瀏覽代碼

Bogus page size comment for frv PAGE_SHIFT.

Paul Mundt 19 年之前
父節點
當前提交
0c156ee0c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 #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)
 #ifndef __ASSEMBLY__
 #define PAGE_SIZE	(1UL << PAGE_SHIFT)