From 0c156ee0c4f2a39d6e6f868fb781be07bcee0f55 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 23 Aug 2006 05:11:29 +0000 Subject: Bogus page size comment for frv PAGE_SHIFT. --- libc/sysdeps/linux/frv/bits/uClibc_page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/frv/bits/uClibc_page.h b/libc/sysdeps/linux/frv/bits/uClibc_page.h index 51a6e15d3..2110ba611 100644 --- a/libc/sysdeps/linux/frv/bits/uClibc_page.h +++ b/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) -- cgit v1.2.3