diff options
Diffstat (limited to 'include/asm-powerpc/phyp_dump.h')
-rw-r--r-- | include/asm-powerpc/phyp_dump.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/phyp_dump.h b/include/asm-powerpc/phyp_dump.h index 209a98913d9d..fa74c6c3e106 100644 --- a/include/asm-powerpc/phyp_dump.h +++ b/include/asm-powerpc/phyp_dump.h | |||
@@ -24,8 +24,10 @@ struct phyp_dump { | |||
24 | /* Memory that is reserved during very early boot. */ | 24 | /* Memory that is reserved during very early boot. */ |
25 | unsigned long init_reserve_start; | 25 | unsigned long init_reserve_start; |
26 | unsigned long init_reserve_size; | 26 | unsigned long init_reserve_size; |
27 | /* Check status during boot if dump supported, active & present*/ | 27 | /* cmd line options during boot */ |
28 | unsigned long reserve_bootvar; | ||
28 | unsigned long phyp_dump_at_boot; | 29 | unsigned long phyp_dump_at_boot; |
30 | /* Check status during boot if dump supported, active & present*/ | ||
29 | unsigned long phyp_dump_configured; | 31 | unsigned long phyp_dump_configured; |
30 | unsigned long phyp_dump_is_active; | 32 | unsigned long phyp_dump_is_active; |
31 | /* store cpu & hpte size */ | 33 | /* store cpu & hpte size */ |