diff options
author | Will Deacon <will.deacon@arm.com> | 2013-01-24 05:37:49 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-01-24 05:37:49 -0500 |
commit | da141b67d29a05267a9a0d56bd7856b7f3f58d44 (patch) | |
tree | 6b39b7036affbb3af421d105a8dbdf9f30a59079 /arch/arm/include/asm/idmap.h | |
parent | 6abc749f635005be78dfcb562c2235511965db6d (diff) | |
parent | a749474de5f0f5902f59acb5c7f4dc6b816ac788 (diff) |
Merge branch 'for-will/kvm/core' of git://github.com/virtualopensystems/linux-kvm-arm into for-rmk/virt/kvm/core
Diffstat (limited to 'arch/arm/include/asm/idmap.h')
-rw-r--r-- | arch/arm/include/asm/idmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/idmap.h b/arch/arm/include/asm/idmap.h index bf863edb517d..1a66f907e5cc 100644 --- a/arch/arm/include/asm/idmap.h +++ b/arch/arm/include/asm/idmap.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #define __idmap __section(.idmap.text) noinline notrace | 8 | #define __idmap __section(.idmap.text) noinline notrace |
9 | 9 | ||
10 | extern pgd_t *idmap_pgd; | 10 | extern pgd_t *idmap_pgd; |
11 | extern pgd_t *hyp_pgd; | ||
11 | 12 | ||
12 | void setup_mm_for_reboot(void); | 13 | void setup_mm_for_reboot(void); |
13 | 14 | ||