From: Paul Mackerras Date: Sun, 20 Apr 2008 07:57:10 +0000 (+1000) Subject: [POWERPC] Fix compile breakage for 64-bit UP configs X-Git-Tag: firefly_0821_release~21602^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14b3ca4022f050f8622ed282b734ddf445464583;p=firefly-linux-kernel-4.4.55.git [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 in asm/system.h, which fixes the problem. Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index 29552ff182aa..fab1674b31b6 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h @@ -5,6 +5,7 @@ #define _ASM_POWERPC_SYSTEM_H #include +#include #include