aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/arch/xeno/mm
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-19 21:11:27 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-04-19 21:11:27 +0000
commitee7d2452f333a8f9f75fb6fb204022834fbcaadf (patch)
treea25d0e247c403210f30a02e0d64d9318aedd1057 /xenolinux-2.4.21-pre4-sparse/arch/xeno/mm
parentafb32424f491d60cad70f27f7b79e8828ea9238b (diff)
downloadxen-ee7d2452f333a8f9f75fb6fb204022834fbcaadf.tar.gz
xen-ee7d2452f333a8f9f75fb6fb204022834fbcaadf.tar.bz2
xen-ee7d2452f333a8f9f75fb6fb204022834fbcaadf.zip
bitkeeper revision 1.182 (3ea1bb7f98xr7aYRE_Mk3txa3RGZrg)
Many files: Fixed the networking code in a number of ways: (1) Rings are now allocated in Xen space so there's no need to copy_to,from_user in correct domain context; (2) the receive PTE checking has been redone and should now actually be correct :-)
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/arch/xeno/mm')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/arch/xeno/mm/init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/arch/xeno/mm/init.c b/xenolinux-2.4.21-pre4-sparse/arch/xeno/mm/init.c
index eb24b1ccbf..0806d775f7 100644
--- a/xenolinux-2.4.21-pre4-sparse/arch/xeno/mm/init.c
+++ b/xenolinux-2.4.21-pre4-sparse/arch/xeno/mm/init.c
@@ -236,10 +236,7 @@ void __init paging_init(void)
vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
fixrange_init(vaddr, HYPERVISOR_VIRT_START, init_mm.pgd);
- /*
- * XXX We do this conversion early, so that all other page tables
- * will automatically get this mapping.
- */
+ /* Cheesy: this can probably be moved to the blkdev driver. */
set_fixmap(FIX_BLKRING_BASE, start_info.blk_ring);
#ifdef CONFIG_HIGHMEM