summary refs log tree commit diff stats
path: root/target-mips/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r--target-mips/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index 5fbb90e672..1c850c782b 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -456,11 +456,6 @@ struct CPUMIPSState {
 
     CPU_COMMON
 
-    int ram_size;
-    const char *kernel_filename;
-    const char *kernel_cmdline;
-    const char *initrd_filename;
-
     mips_def_t *cpu_model;
 #ifndef CONFIG_USER_ONLY
     void *irq[8];