Commit f04da0bc authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras

[POWERPC] Fix non-smp build

This fixes a compile error that only surfaces on CONFIG_SMP=n builds;
<asm/hvcall.h> seems to get pulled in through another header file for
SMP builds.  This problem was introduced by the hvcall stats patch.
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent c547fc28
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/compat.h> #include <asm/compat.h>
#include <asm/mmu.h> #include <asm/mmu.h>
#include <asm/hvcall.h>
#endif #endif
#define DEFINE(sym, val) \ #define DEFINE(sym, val) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment