summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sys/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/sys/user.h')
-rw-r--r--libc/sysdeps/linux/mips/sys/user.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/sys/user.h b/libc/sysdeps/linux/mips/sys/user.h
index 8b21ff278..8e6b1e1ef 100644
--- a/libc/sysdeps/linux/mips/sys/user.h
+++ b/libc/sysdeps/linux/mips/sys/user.h
@@ -205,9 +205,7 @@ struct user {
#endif
-#define PAGE_SHIFT 12
-#define PAGE_SIZE (1UL << PAGE_SHIFT)
-#define PAGE_MASK (~(PAGE_SIZE-1))
+#include <bits/uClibc_page.h>
#define NBPG PAGE_SIZE
#define UPAGES 1
#define HOST_TEXT_START_ADDR (u.start_code)