projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910040b
)
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
author
Mihai Caraman
<mihai.caraman@freescale.com>
Thu, 11 Oct 2012 06:13:19 +0000
(06:13 +0000)
committer
Alexander Graf
<agraf@suse.de>
Thu, 6 Dec 2012 00:34:09 +0000
(
01:34
+0100)
Include header file for get_tb() declaration.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/booke.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/booke.c
b/arch/powerpc/kvm/booke.c
index 3d1f35dc786281f5640ebf825a752f5ae19c2231..7c9c3891a14a0e48395d001adf503920af35485f 100644
(file)
--- a/
arch/powerpc/kvm/booke.c
+++ b/
arch/powerpc/kvm/booke.c
@@
-36,6
+36,7
@@
#include <asm/dbell.h>
#include <asm/hw_irq.h>
#include <asm/irq.h>
+#include <asm/time.h>
#include "timing.h"
#include "booke.h"