mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 00:38:39 +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)
|
||||
} __aligned(CACHE_LINE_SIZE);
|
||||
#else /* __rtems__ */
|
||||
}
|
||||
};
|
||||
#endif /* __rtems__ */
|
||||
|
||||
#ifdef SLEEPQUEUE_PROFILING
|
||||
|
Reference in New Issue
Block a user