Regards,
Neale.
--- linux-2.2.21-pre2-pristine/drivers/char/agp/agpgart_fe.c Sat Nov 3 03:39:06 2001
+++ linux-2.2.21-pre2-ntb/drivers/char/agp/agpgart_fe.c Mon Jan 21 22:50:45 2002
@@ -300,7 +300,7 @@
agp_memory *memory;
memory = agp_allocate_memory(pg_count, type);
- printk(KERN_DEBUG "memory : %p\n", memory);
+ printk(KERN_DEBUG "agp_allocate_memory: %p\n", memory);
if (memory == NULL) {
return NULL;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/