SLEEPQUEUE(9): Fix typo that prevent non-SMP build.

This commit is contained in:
Christian Mauderer 2018-12-19 10:28:42 +01:00 committed by Christian Mauderer
parent 1b47c61d2b
commit e3b595273a

View File

@ -154,7 +154,7 @@ struct sleepqueue_chain {
#if defined(__rtems__) && defined(RTEMS_SMP)
} __aligned(CACHE_LINE_SIZE);
#else /* __rtems__ */
}
};
#endif /* __rtems__ */
#ifdef SLEEPQUEUE_PROFILING