* [PATCH] powerpc: fix non-smp build
@ 2006-09-13 18:32 Olof Johansson
0 siblings, 0 replies; only message in thread
From: Olof Johansson @ 2006-09-13 18:32 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
Hi,
This only surfaces on CONFIG_SMP=n builds, it seems to get pulled in
through another header file for SMP builds.
(Introduced by the hvcall stats patch)
Signed-off-by: Olof Johansson <olof@lixom.net>
Index: linux-2.6/arch/powerpc/kernel/asm-offsets.c
===================================================================
--- linux-2.6.orig/arch/powerpc/kernel/asm-offsets.c
+++ linux-2.6/arch/powerpc/kernel/asm-offsets.c
@@ -43,6 +43,7 @@
#include <asm/cache.h>
#include <asm/compat.h>
#include <asm/mmu.h>
+#include <asm/hvcall.h>
#endif
#define DEFINE(sym, val) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-13 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-13 18:32 [PATCH] powerpc: fix non-smp build Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).