commit | 14b3ca4022f050f8622ed282b734ddf445464583 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sun Apr 20 17:57:10 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sun Apr 20 17:57:10 2008 +1000 |
tree | 0340509a869c9ef61d1bce2b3e73728388166a42 | |
parent | 9c0c44dbd9bc380bee53e2f768c4ad5410b8aae2 [diff] |
[POWERPC] Fix compile breakage for 64-bit UP configs The rearrangements in 945feb174b14e7098cc7ecf0cf4768d35bc52f9c ("[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>