aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/hvtramp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/hvtramp.h')
-rw-r--r--include/asm-sparc64/hvtramp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/hvtramp.h b/include/asm-sparc64/hvtramp.h
index c7dd6ad056df..b2b9b947b3a4 100644
--- a/include/asm-sparc64/hvtramp.h
+++ b/include/asm-sparc64/hvtramp.h
@@ -16,7 +16,7 @@ struct hvtramp_descr {
__u64 fault_info_va;
__u64 fault_info_pa;
__u64 thread_reg;
- struct hvtramp_mapping maps[2];
+ struct hvtramp_mapping maps[1];
};
extern void hv_cpu_startup(unsigned long hvdescr_pa);