Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / user.h
index 99443b8..7fae7e5 100644 (file)
@@ -44,9 +44,4 @@ struct user {
        char            u_comm[32];             /* user command name */
 };
 
-#define NBPG                   PAGE_SIZE
-#define UPAGES                 1
-#define HOST_TEXT_START_ADDR   (u.start_code)
-#define HOST_DATA_START_ADDR   (u.start_data)
-#define HOST_STACK_END_ADDR    (u.start_stack + u.u_ssize * NBPG)
 #endif /* _ASM_POWERPC_USER_H */