]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Fix compile breakage for 64-bit UP configs
authorPaul Mackerras <paulus@samba.org>
Sun, 20 Apr 2008 07:57:10 +0000 (17:57 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 20 Apr 2008 07:57:10 +0000 (17:57 +1000)
commit39d457a78418c486a6021824249771e705c48a52
tree0340509a869c9ef61d1bce2b3e73728388166a42
parent7ec78ff57a715c29566fde441157d5464babd125
[POWERPC] Fix compile breakage for 64-bit UP configs

The rearrangements in cf89f06b1c5a6b8524e0ad7a3802d0465f106c66
("[POWERPC] irqtrace support for 64-bit powerpc") caused 64-bit
non-SMP configs to fail to compile with a message about
local_irq_save being undefined in include/linux/proportions.h.
This follows the lead of x86 in including <linux/irqflags.h> in
asm/system.h, which fixes the problem.

Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/system.h