From 7df526e317fe4c193589bfdf2ee06255325344cc Mon Sep 17 00:00:00 2001 From: ths Date: Fri, 9 Nov 2007 17:52:11 +0000 Subject: 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 --- target-mips/cpu.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target-mips/cpu.h') 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]; -- cgit v1.2.1