X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/d1b1c8d9119229dbeed06cd252917e54a1cb77f6..28c176b668c841a3b7fb093faccf0efa39257603:/lunaix-os/arch/generic/includes/sys/mm/mempart.h?ds=sidebyside diff --git a/lunaix-os/arch/generic/includes/sys/mm/mempart.h b/lunaix-os/arch/generic/includes/sys/mm/mempart.h index 28d7ba6..055da0c 100644 --- a/lunaix-os/arch/generic/includes/sys/mm/mempart.h +++ b/lunaix-os/arch/generic/includes/sys/mm/mempart.h @@ -1,11 +1,6 @@ #ifndef __LUNAIX_ARCH_MEMPART_H #define __LUNAIX_ARCH_MEMPART_H -#define MEM_PAGE 0x1000UL -#define MEM_1M 0x100000UL -#define MEM_4M 0x400000UL -#define MEM_HUGE 0x400000UL -#define MEM_1G 0x40000000UL #define END_POINT(name) (name + name##_SIZE - 1)