From 0e2cc115d492f250791da3ca04d3c67b612c35b3 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 6 Dec 2002 13:58:05 +1100 Subject: PPC32: remove unused defns of EISA/MCA_bus__is_a_macro --- include/asm-ppc/processor.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3 From 356f833b1ed3bbfab4ca33a159130a5869c68c69 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 6 Dec 2002 14:13:52 +1100 Subject: PPC32: need to include in . --- include/asm-ppc/hardirq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 #include +#include /* 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 -- cgit v1.2.3