summaryrefslogtreecommitdiffstats
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/phyp_dump.h b/include/asm-powerpc/phyp_dump.h
index 209a989..fa74c6c 100644
--- a/include/asm-powerpc/phyp_dump.h
+++ b/include/asm-powerpc/phyp_dump.h
@@ -24,8 +24,10 @@ struct phyp_dump {
/* Memory that is reserved during very early boot. */
unsigned long init_reserve_start;
unsigned long init_reserve_size;
- /* Check status during boot if dump supported, active & present*/
+ /* cmd line options during boot */
+ unsigned long reserve_bootvar;
unsigned long phyp_dump_at_boot;
+ /* Check status during boot if dump supported, active & present*/
unsigned long phyp_dump_configured;
unsigned long phyp_dump_is_active;
/* store cpu & hpte size */
OpenPOWER on IntegriCloud