diff options
| author | Todd Inglett <tinglett@vnet.ibm.com> | 2003-02-18 23:35:36 -0600 |
|---|---|---|
| committer | Todd Inglett <tinglett@vnet.ibm.com> | 2003-02-18 23:35:36 -0600 |
| commit | 0ee3f7c712c0d5e266bb3b527ae37430e9bca896 (patch) | |
| tree | e1b5eb88f02c01021128fbc5c5f1193ac01370b5 /include | |
| parent | e709646365d92b41fa8d9a50174333ad53e71984 (diff) | |
Cset exclude: tinglett@vnet.ibm.com|ChangeSet|20030207200510|30566
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc64/processor.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <asm/ppcdebug.h> #include <asm/a.out.h> #endif -#include <asm/pgtable.h> #include <asm/ptrace.h> #include <asm/types.h> @@ -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 |
