Update of /cvsroot/linuxsh/linux/include/asm-sh
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24591/include/asm-sh
Modified Files:
fixmap.h
Log Message:
Fix up fixmap comment regarding P3 space.
Index: fixmap.h
===================================================================
RCS file: /cvsroot/linuxsh/linux/include/asm-sh/fixmap.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fixmap.h 30 Mar 2004 01:02:55 -0000 1.1
+++ fixmap.h 10 Aug 2006 09:52:44 -0000 1.2
@@ -26,7 +26,7 @@
* addresses. The point is to have a constant address at
* compile time, but to set the physical address only
* in the boot process. We allocate these special addresses
- * from the end of virtual memory (0xfffff000) backwards.
+ * from the end of P3 backwards.
* Also this lets us do fail-safe vmalloc(), we
* can guarantee that these special addresses and
* vmalloc()-ed addresses never overlap.
|