]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/phyp_dump.h
quota: le*_add_cpu conversion
[linux-2.6] / include / asm-powerpc / phyp_dump.h
index e2d988dcdc9997454ef4f143f5d4b119fb9fa60b..fa74c6c3e10601a1b9de9115eef10a25f46a3bd0 100644 (file)
@@ -24,12 +24,18 @@ struct phyp_dump {
        /* Memory that is reserved during very early boot. */
        unsigned long init_reserve_start;
        unsigned long init_reserve_size;
+       /* 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 */
        unsigned long cpu_state_size;
        unsigned long hpte_region_size;
+       /* previous scratch area values */
+       unsigned long reserved_scratch_addr;
+       unsigned long reserved_scratch_size;
 };
 
 extern struct phyp_dump *phyp_dump_info;