Ver Fonte

pulling in kernel config.h wont fly

Mike Frysinger há 18 anos atrás
pai
commit
dd3d4f119e
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      libc/sysdeps/linux/m68k/bits/uClibc_page.h

+ 6 - 0
libc/sysdeps/linux/m68k/bits/uClibc_page.h

@@ -20,15 +20,21 @@
 #ifndef _UCLIBC_PAGE_H
 #ifndef _UCLIBC_PAGE_H
 #define _UCLIBC_PAGE_H
 #define _UCLIBC_PAGE_H
 
 
+/*
 #include <linux/config.h>
 #include <linux/config.h>
+*/
 
 
 /* PAGE_SHIFT determines the page size */
 /* PAGE_SHIFT determines the page size */
 
 
+/*
 #ifndef CONFIG_SUN3
 #ifndef CONFIG_SUN3
+*/
 #define PAGE_SHIFT	(12)
 #define PAGE_SHIFT	(12)
+/*
 #else
 #else
 #define PAGE_SHIFT	(13)
 #define PAGE_SHIFT	(13)
 #endif
 #endif
+*/
 #define PAGE_SIZE	(1UL << PAGE_SHIFT)
 #define PAGE_SIZE	(1UL << PAGE_SHIFT)
 #define PAGE_MASK	(~(PAGE_SIZE-1))
 #define PAGE_MASK	(~(PAGE_SIZE-1))