Thread (82 messages) 82 messages, 12 authors, 2012-10-08
STALE4985d

[PATCH 04/15] ARM: idmap: only initialize HYP idmap when HYP mode is available

From: Christoffer Dall <hidden>
Date: 2012-09-15 15:34:55
Also in: kvm
Subsystem: arm port, the rest · Maintainers: Russell King, Linus Torvalds

From: Marc Zyngier <redacted>

Signed-off-by: Marc Zyngier <redacted>
---
 arch/arm/mm/idmap.c |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/arch/arm/mm/idmap.c b/arch/arm/mm/idmap.c
index 7a944af..95e8d67 100644
--- a/arch/arm/mm/idmap.c
+++ b/arch/arm/mm/idmap.c
@@ -8,6 +8,7 @@
 #include <asm/pgtable.h>
 #include <asm/sections.h>
 #include <asm/system_info.h>
+#include <asm/virt.h>
 
 pgd_t *idmap_pgd;
 
@@ -149,6 +150,9 @@ EXPORT_SYMBOL_GPL(hyp_idmap_setup);
 
 static int __init hyp_init_static_idmap(void)
 {
+	if (!is_hyp_mode_available())
+		return 0;
+
 	hyp_pgd = kzalloc(PTRS_PER_PGD * sizeof(pgd_t), GFP_KERNEL);
 	if (!hyp_pgd)
 		return -ENOMEM;
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help