summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/frv/bits
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-08-23 05:11:29 +0000
committerPaul Mundt <lethal@linux-sh.org>2006-08-23 05:11:29 +0000
commit0c156ee0c4f2a39d6e6f868fb781be07bcee0f55 (patch)
tree4f768155696a255bf1bd3f4a2e8f349e75471bdf /libc/sysdeps/linux/frv/bits
parent562d4a05b09bebe2fcc130ec6b58e30cfd284245 (diff)
Bogus page size comment for frv PAGE_SHIFT.
Diffstat (limited to 'libc/sysdeps/linux/frv/bits')
-rw-r--r--libc/sysdeps/linux/frv/bits/uClibc_page.h2
1 files changed, 1 insertions, 1 deletions
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)