diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-11-21 12:46:12 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2002-11-21 12:46:12 +1100 |
| commit | 6979c6a1f49bbc74e8d2f33ad2686bfbb1871d79 (patch) | |
| tree | 65f786080da6f952ad9f8460969280089e027c92 /include | |
| parent | 9baa4bb9c7b946a219cbc8e704a39f6abefa0493 (diff) | |
PPC32: adjust some includes in response to recent include cleanups
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/hardirq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/hardirq.h b/include/asm-ppc/hardirq.h index 3138ad56ec18..c96e72a0235e 100644 --- a/include/asm-ppc/hardirq.h +++ b/include/asm-ppc/hardirq.h @@ -3,7 +3,7 @@ #define __ASM_HARDIRQ_H #include <linux/config.h> -#include <asm/smp.h> +#include <linux/cache.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 |
