diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-12-06 14:13:52 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2002-12-06 14:13:52 +1100 |
| commit | 356f833b1ed3bbfab4ca33a159130a5869c68c69 (patch) | |
| tree | f3ee0a71946fe23073297fb36fb592040dab67c5 /include | |
| parent | 0e2cc115d492f250791da3ca04d3c67b612c35b3 (diff) | |
PPC32: need to include <linux/smp_lock.h> in <asm-ppc/hardirq.h>.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/hardirq.h | 1 |
1 files changed, 1 insertions, 0 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 |
