diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-04 21:20:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-04 21:20:24 -0800 |
| commit | d4e883c113a3c14fc2d56841683d193150d80c68 (patch) | |
| tree | dcb1f1beddfd4bb819f67ee744e82fc274181384 /include | |
| parent | eb085eea1654ee94adb05344e097be083511c605 (diff) | |
[PATCH] ppc64: Remove pvr from the paca
From: Anton Blanchard <anton@samba.org>
Slowly removing non essential things from the paca
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc64/paca.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc64/paca.h b/include/asm-ppc64/paca.h index 1babe35028d5..24a2e99faae1 100644 --- a/include/asm-ppc64/paca.h +++ b/include/asm-ppc64/paca.h @@ -64,14 +64,13 @@ struct paca_struct { u16 xHwProcNum; /* Physical processor number 0x1A */ u32 default_decr; /* Default decrementer value 0x1c */ u64 xKsave; /* Saved Kernel stack addr or zero 0x20 */ - u64 pvr; /* Processor version register 0x28 */ struct ItLpQueue *lpQueuePtr; /* LpQueue handled by this processor 0x30 */ u64 xTOC; /* Kernel TOC address 0x38 */ STAB xStab_data; /* Segment table information 0x40,0x48,0x50 */ u8 *exception_sp; /* 0x58 */ u8 xProcEnabled; /* 0x59 */ u8 prof_enabled; /* 1=iSeries profiling enabled 0x60 */ - u8 resv1[30]; /* 0x61-0x7F */ + u8 resv1[38]; /* 0x61-0x7F */ /*===================================================================================== * CACHE_LINE_2 0x0080 - 0x00FF |
