mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 02:36:30 +08:00
SLEEPQUEUE(9): Fix typo that prevent non-SMP build.
This commit is contained in:

committed by
Christian Mauderer

parent
1b47c61d2b
commit
e3b595273a
@@ -154,7 +154,7 @@ struct sleepqueue_chain {
|
|||||||
#if defined(__rtems__) && defined(RTEMS_SMP)
|
#if defined(__rtems__) && defined(RTEMS_SMP)
|
||||||
} __aligned(CACHE_LINE_SIZE);
|
} __aligned(CACHE_LINE_SIZE);
|
||||||
#else /* __rtems__ */
|
#else /* __rtems__ */
|
||||||
}
|
};
|
||||||
#endif /* __rtems__ */
|
#endif /* __rtems__ */
|
||||||
|
|
||||||
#ifdef SLEEPQUEUE_PROFILING
|
#ifdef SLEEPQUEUE_PROFILING
|
||||||
|
Reference in New Issue
Block a user