Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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) \