summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/sysdeps/linux/m68k/bits/uClibc_page.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/uClibc_page.h b/libc/sysdeps/linux/m68k/bits/uClibc_page.h
index 57bea0724..51c6f1446 100644
--- a/libc/sysdeps/linux/m68k/bits/uClibc_page.h
+++ b/libc/sysdeps/linux/m68k/bits/uClibc_page.h
@@ -20,15 +20,21 @@
#ifndef _UCLIBC_PAGE_H
#define _UCLIBC_PAGE_H
+/*
#include <linux/config.h>
+*/
/* PAGE_SHIFT determines the page size */
+/*
#ifndef CONFIG_SUN3
+*/
#define PAGE_SHIFT (12)
+/*
#else
#define PAGE_SHIFT (13)
#endif
+*/
#define PAGE_SIZE (1UL << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))