diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-09 17:52:11 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-09 17:52:11 +0000 |
commit | 7df526e317fe4c193589bfdf2ee06255325344cc (patch) | |
tree | 524b424b4ccfedd104944a325218e1737ea5da67 /target-mips/cpu.h | |
parent | d26bc2118e99702eb8c1bb240786bcadd7fa21ac (diff) |
Move kernel loader parameters from the cpu state to being board specific.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3557 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 5 |
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]; |