patch-2.4.22 linux-2.4.22/arch/mips/ite-boards/ivr/init.c
Next file: linux-2.4.22/arch/mips/ite-boards/ivr/pci_fixup.c
Previous file: linux-2.4.22/arch/mips/ite-boards/ivr/README
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/ite-boards/ivr/init.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/ite-boards/ivr/init.c linux-2.4.22/arch/mips/ite-boards/ivr/init.c
@@ -27,14 +27,12 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/bootmem.h>
#include <asm/addrspace.h>
#include <asm/bootinfo.h>
-#include <linux/config.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/sched.h>
@@ -81,7 +79,7 @@
* make the entire physical memory visible to pci bus masters
*/
IT_READ(IT_MC_PCICR, pcicr);
- pcicr &= ~0x1f;
+ pcicr &= ~0x1f;
pcicr |= (mem_size - 1) >> 22;
IT_WRITE(IT_MC_PCICR, pcicr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)