Changes in kernel/generic/include/cpu/cpu_mask.h [174156fd:b169619] in mainline
- File:
-
- 1 edited
-
kernel/generic/include/cpu/cpu_mask.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu/cpu_mask.h
r174156fd rb169619 37 37 #include <cpu.h> 38 38 #include <config.h> 39 #include < lib/memfnc.h>39 #include <memw.h> 40 40 41 41 /** Iterates over all cpu id's whose bit is included in the cpu mask. … … 59 59 cpu_mask_t *(cpu_mask) = (cpu_mask_t*) alloca(cpu_mask_size()) 60 60 61 /** If used with DEFINE_CPU_MASK, the mask is large enough for all detected cpus. */61 /** If used with DEFINE_CPU_MASK, the mask is large enough for all detected cpus. */ 62 62 typedef struct cpu_mask { 63 63 unsigned int mask[1];
Note:
See TracChangeset
for help on using the changeset viewer.
