--- Gnu-Mach/linux/dev/include/asm-i386/page.h 2020/09/02 04:41:39 1.1.1.1 +++ Gnu-Mach/linux/dev/include/asm-i386/page.h 2020/09/02 04:45:54 1.1.1.2 @@ -1,12 +1,7 @@ #ifndef _I386_PAGE_H #define _I386_PAGE_H -#ifndef MACH_INCLUDE -/* PAGE_SHIFT determines the page size */ -#define PAGE_SHIFT 12 -#define PAGE_SIZE (1UL << PAGE_SHIFT) -#define PAGE_MASK (~(PAGE_SIZE-1)) -#endif +#include #ifdef __KERNEL__