aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/phyp_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/phyp_dump.h')
-rw-r--r--include/asm-powerpc/phyp_dump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/phyp_dump.h b/include/asm-powerpc/phyp_dump.h
index e2d988dcdc99..b454de45b2ca 100644
--- a/include/asm-powerpc/phyp_dump.h
+++ b/include/asm-powerpc/phyp_dump.h
@@ -30,6 +30,9 @@ struct phyp_dump {
30 /* store cpu & hpte size */ 30 /* store cpu & hpte size */
31 unsigned long cpu_state_size; 31 unsigned long cpu_state_size;
32 unsigned long hpte_region_size; 32 unsigned long hpte_region_size;
33 /* previous scratch area values */
34 unsigned long reserved_scratch_addr;
35 unsigned long reserved_scratch_size;
33}; 36};
34 37
35extern struct phyp_dump *phyp_dump_info; 38extern struct phyp_dump *phyp_dump_info;