mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-02 09:03:09 +08:00
SLEEPQUEUE(9): Fix typo that prevent non-SMP build.
This commit is contained in:
parent
1b47c61d2b
commit
e3b595273a
@ -154,7 +154,7 @@ struct sleepqueue_chain {
|
||||
#if defined(__rtems__) && defined(RTEMS_SMP)
|
||||
} __aligned(CACHE_LINE_SIZE);
|
||||
#else /* __rtems__ */
|
||||
}
|
||||
};
|
||||
#endif /* __rtems__ */
|
||||
|
||||
#ifdef SLEEPQUEUE_PROFILING
|
||||
|
Loading…
x
Reference in New Issue
Block a user