Update of /cvsroot/linuxconsole/ruby/linux/arch/mips/sni
In directory usw-pr-cvs1:/tmp/cvs-serv15002/arch/mips/sni
Modified Files:
setup.c
Log Message:
Completely removed aux_device_present flag.
Index: setup.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/sni/setup.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- setup.c 6 Oct 2001 16:11:12 -0000 1.5
+++ setup.c 15 Mar 2002 18:59:28 -0000 1.6
@@ -47,7 +47,6 @@
setup_irq(0, irq);
}
-unsigned char aux_device_present;
extern unsigned char sni_map_isa_cache;
/*
@@ -97,8 +96,6 @@
_machine_restart = sni_machine_restart;
_machine_halt = sni_machine_halt;
_machine_power_off = sni_machine_power_off;
-
- aux_device_present = 0xaa;
/*
* Some cluefull person has placed the PCI config data directly in
|