patch-2.4.22 linux-2.4.22/arch/mips/baget/baget.c
Next file: linux-2.4.22/arch/mips/baget/bagetIRQ.S
Previous file: linux-2.4.22/arch/mips/baget/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/baget/baget.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/baget/baget.c linux-2.4.22/arch/mips/baget/baget.c
@@ -20,7 +20,7 @@
* Following code is based on routines from 'mm/vmalloc.c'
* Additional parameters ioaddr is needed to iterate across real I/O address.
*/
-static inline int alloc_area_pte(pte_t * pte, unsigned long address,
+static inline int alloc_area_pte(pte_t * pte, unsigned long address,
unsigned long size, unsigned long ioaddr)
{
unsigned long end;
@@ -35,7 +35,7 @@
printk("kseg2_alloc_io: page already exists\n");
/*
* For MIPS looks pretty to have transparent mapping
- * for KSEG2 areas -- user can't access one, and no
+ * for KSEG2 areas -- user can't access one, and no
* problems with virtual <--> physical translation.
*/
page = ioaddr & PAGE_MASK;
@@ -49,7 +49,7 @@
return 0;
}
-static inline int alloc_area_pmd(pmd_t * pmd, unsigned long address,
+static inline int alloc_area_pmd(pmd_t * pmd, unsigned long address,
unsigned long size, unsigned long ioaddr)
{
unsigned long end;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)