aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-21 10:37:27 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-21 10:37:27 -0500
commit77835492ed489c0b870f82f4c50687bd267acc0a (patch)
treed80903ce1b8dd30aa44ccfc756616ad4d6c74d63 /arch/powerpc/kernel/asm-offsets.c
parentaf37501c792107c2bde1524bdae38d9a247b841a (diff)
parent1de9e8e70f5acc441550ca75433563d91b269bbe (diff)
Merge commit 'v2.6.29-rc2' into perfcounters/core
Conflicts: include/linux/syscalls.h
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index ce3f8f12f731..3734973f7394 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -56,6 +56,10 @@
56#include "head_booke.h" 56#include "head_booke.h"
57#endif 57#endif
58 58
59#if defined(CONFIG_FSL_BOOKE)
60#include "../mm/mmu_decl.h"
61#endif
62
59int main(void) 63int main(void)
60{ 64{
61 DEFINE(THREAD, offsetof(struct task_struct, thread)); 65 DEFINE(THREAD, offsetof(struct task_struct, thread));
@@ -383,6 +387,9 @@ int main(void)
383 DEFINE(PGD_T_LOG2, PGD_T_LOG2); 387 DEFINE(PGD_T_LOG2, PGD_T_LOG2);
384 DEFINE(PTE_T_LOG2, PTE_T_LOG2); 388 DEFINE(PTE_T_LOG2, PTE_T_LOG2);
385#endif 389#endif
390#ifdef CONFIG_FSL_BOOKE
391 DEFINE(TLBCAM_SIZE, sizeof(struct tlbcam));
392#endif
386 393
387#ifdef CONFIG_KVM_EXIT_TIMING 394#ifdef CONFIG_KVM_EXIT_TIMING
388 DEFINE(VCPU_TIMING_EXIT_TBU, offsetof(struct kvm_vcpu, 395 DEFINE(VCPU_TIMING_EXIT_TBU, offsetof(struct kvm_vcpu,