Go to the documentation of this file.
14 #ifndef _ASM_TILE_SETUP_H
15 #define _ASM_TILE_SETUP_H
20 #include <uapi/asm/setup.h>
25 #define MAXMEM_PFN PFN_DOWN(MAXMEM)
38 #ifdef CONFIG_HARDWALL
47 #define arch_set_cpus_allowed(p, new_mask) do { \
48 if (!cpumask_equal(&p->cpus_allowed, new_mask)) \
49 hardwall_deactivate_all(p); \