Go to the documentation of this file.
19 #define smp_ops(ops) (&(ops))
21 #define smp_ops(ops) (struct smp_operations *)NULL
33 #ifdef CONFIG_ZONE_DMA
54 #ifdef CONFIG_MULTI_IRQ_HANDLER
69 #define for_each_machine_desc(p) \
70 for (p = __arch_info_begin; p < __arch_info_end; p++)
76 #define MACHINE_START(_type,_name) \
77 static const struct machine_desc __mach_desc_##_type \
79 __attribute__((__section__(".arch.info.init"))) = { \
80 .nr = MACH_TYPE_##_type, \
86 #define DT_MACHINE_START(_name, _namestr) \
87 static const struct machine_desc __mach_desc_##_name \
89 __attribute__((__section__(".arch.info.init"))) = { \