Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cpu/cpu_mask.h

    r174156fd rb169619  
    3737#include <cpu.h>
    3838#include <config.h>
    39 #include <lib/memfnc.h>
     39#include <memw.h>
    4040
    4141/** Iterates over all cpu id's whose bit is included in the cpu mask.
     
    5959        cpu_mask_t *(cpu_mask) = (cpu_mask_t*) alloca(cpu_mask_size())
    6060
    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. */
    6262typedef struct cpu_mask {
    6363        unsigned int mask[1];
Note: See TracChangeset for help on using the changeset viewer.