Changes in kernel/arch/sparc64/src/sparc64.c [db521b05:63e27ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
rdb521b05 r63e27ef 70 70 71 71 if (config.cpu_active == 1) { 72 STATIC_ASSERT(UWB_SIZE <= UWB_ALIGNMENT);72 static_assert(UWB_SIZE <= UWB_ALIGNMENT, ""); 73 73 /* Create slab cache for the userspace window buffers */ 74 74 uwb_cache = slab_cache_create("uwb_cache", UWB_SIZE,
Note:
See TracChangeset
for help on using the changeset viewer.