소스 검색

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)