diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/hardirq.h | 1 | ||||
| -rw-r--r-- | include/asm-ppc/processor.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/hardirq.h b/include/asm-ppc/hardirq.h index c96e72a0235e..f83d013093f7 100644 --- a/include/asm-ppc/hardirq.h +++ b/include/asm-ppc/hardirq.h @@ -4,6 +4,7 @@ #include <linux/config.h> #include <linux/cache.h> +#include <linux/smp_lock.h> /* The __last_jiffy_stamp field is needed to ensure that no decrementer * interrupt is lost on SMP machines. Since on most CPUs it is in the same diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index cd7e330c1eb1..306a4a7a4dae 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -635,9 +635,7 @@ extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); * Bus types */ #define EISA_bus 0 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 -#define MCA_bus__is_a_macro /* for versions in ksyms.c */ /* Lazy FPU handling on uni-processor */ extern struct task_struct *last_task_used_math; |
