aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.16-sparse/arch/xeno/drivers
diff options
context:
space:
mode:
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>2002-12-30 10:01:50 +0000
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>2002-12-30 10:01:50 +0000
commitf78a6ee2404fdadae6fcb7e47e0a4647caa76711 (patch)
treed194363fcd986dbef063ffd71aee0e5eec553ca9 /xenolinux-2.4.16-sparse/arch/xeno/drivers
parent558983bff0dbcd77a77c5e35d1af18901e6e6484 (diff)
downloadxen-f78a6ee2404fdadae6fcb7e47e0a4647caa76711.tar.gz
xen-f78a6ee2404fdadae6fcb7e47e0a4647caa76711.tar.bz2
xen-f78a6ee2404fdadae6fcb7e47e0a4647caa76711.zip
bitkeeper revision 1.7.3.53 (3e10198e4ptgt5U7EQOwe-1M8roCbw)
debug
Diffstat (limited to 'xenolinux-2.4.16-sparse/arch/xeno/drivers')
-rw-r--r--xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c
index 13aa3edd06..c958dd5535 100644
--- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c
+++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c
@@ -190,10 +190,10 @@ unsigned long direct_mmap(unsigned long phys_addr, unsigned long size,
entry = find_direct(&current->mm->context.direct_list, addr);
if(entry != &current->mm->context.direct_list){
list_add_tail(&dmmap->list, entry);
- printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", node->vm_start);
+ printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", dmmap->vm_start);
} else {
list_add(&dmmap->list, &current->mm->context.direct_list);
- printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", node->vm_start);
+ printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", dmmap->vm_start);
}
/* and perform the mapping */