From 0ee3f7c712c0d5e266bb3b527ae37430e9bca896 Mon Sep 17 00:00:00 2001 From: Todd Inglett Date: Tue, 18 Feb 2003 23:35:36 -0600 Subject: Cset exclude: tinglett@vnet.ibm.com|ChangeSet|20030207200510|30566 --- include/asm-ppc64/processor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index d60d7093d004..c6c686a151d5 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h @@ -16,7 +16,6 @@ #include #include #endif -#include #include #include @@ -621,8 +620,7 @@ extern struct task_struct *last_task_used_math; #ifdef __KERNEL__ /* 64-bit user address space is 41-bits (2TBs user VM) */ -/* Subtract PGDIR_SIZE to work around a bug in free_pgtables */ -#define TASK_SIZE_USER64 (0x0000020000000000UL - PGDIR_SIZE) +#define TASK_SIZE_USER64 (0x0000020000000000UL) /* * 32-bit user address space is 4GB - 1 page -- cgit v1.2.3