From: James S. <jsi...@us...> - 2002-03-15 18:59:33
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv15002/arch/mips64/kernel Modified Files: setup.c Log Message: Completely removed aux_device_present flag. Index: setup.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/kernel/setup.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- setup.c 6 Oct 2001 16:11:12 -0000 1.3 +++ setup.c 15 Mar 2002 18:59:28 -0000 1.4 @@ -84,8 +84,6 @@ struct boot_mem_map boot_mem_map; -unsigned char aux_device_present; - extern void load_mmu(void); static char command_line[CL_SIZE] = { 0, }; |