diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-06 01:55:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-06 01:55:59 +0000 |
commit | dd3d4f119e0ad55de4486434f12ee8af1618e971 (patch) | |
tree | 5f885741cb36639002e8c58a7fcc94913175ad92 /libc/sysdeps/linux | |
parent | f4ddfdf206f2944aecdd70b9ea409322e182add1 (diff) |
pulling in kernel config.h wont fly
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/m68k/bits/uClibc_page.h | 6 |
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)) |