Changes in kernel/arch/sparc64/src/sparc64.c [63e27ef:db521b05] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r63e27ef rdb521b05 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.