patch-2.4.0-test10 linux/arch/i386/mm/ioremap.c
Next file: linux/arch/ia64/Makefile
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Thu Oct 12 12:44:04 2000
- Orig file:
v2.4.0-test9/linux/arch/i386/mm/ioremap.c
- Orig date:
Sun Oct 8 10:50:06 2000
diff -u --recursive --new-file v2.4.0-test9/linux/arch/i386/mm/ioremap.c linux/arch/i386/mm/ioremap.c
@@ -78,7 +78,6 @@
if (remap_area_pmd(pmd, address, end - address,
phys_addr + address, flags))
return -ENOMEM;
- set_pgdir(address, *dir);
address = (address + PGDIR_SIZE) & PGDIR_MASK;
dir++;
} while (address && (address < end));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)