Browse Source

Bogus page size comment for frv PAGE_SHIFT.

Paul Mundt 19 years ago
parent
commit
0c156ee0c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/frv/bits/uClibc_page.h

+ 1 - 1
libc/sysdeps/linux/frv/bits/uClibc_page.h

@@ -20,7 +20,7 @@
 #ifndef _UCLIBC_PAGE_H
 #ifndef _UCLIBC_PAGE_H
 #define _UCLIBC_PAGE_H
 #define _UCLIBC_PAGE_H
 
 
-/* PAGE_SHIFT determines the page size -- in this case 4096 */
+/* PAGE_SHIFT determines the page size -- in this case 16384 */
 #define PAGE_SHIFT	(14)
 #define PAGE_SHIFT	(14)
 #ifndef __ASSEMBLY__
 #ifndef __ASSEMBLY__
 #define PAGE_SIZE	(1UL << PAGE_SHIFT)
 #define PAGE_SIZE	(1UL << PAGE_SHIFT)