kernel-ark/arch/powerpc
David Gibson 404849bbd2 [PATCH] powerpc: Remove some unneeded fields from the paca
This patch removes several unnecessary fields from the paca:

- next_jiffy_update_tb was simply unused.  Remove trivially.

- The exdsi exception save area was not used.  There were plans to use
  it, but they never seem to have gone anywhere.  If they ever do, we
  can put it back.  Remove from the paca, and from asm-offsets.c

- The default_decr field was used from asm, but was only ever assigned
  the value of tb_ticks_per_jiffy.  Just access tb_ticks_per_jiffy from
  asm directly instead.

Built and booted on POWER5 LPAR and iSeries RS64.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-01-09 14:50:35 +11:00
..
boot [PATCH] powerpc: Fix suboptimal uImage target 2006-01-09 14:50:25 +11:00
configs
kernel [PATCH] powerpc: Remove some unneeded fields from the paca 2006-01-09 14:50:35 +11:00
lib
mm [PATCH] powerpc: Make hugepage mappings respect hint addresses 2006-01-09 14:50:28 +11:00
oprofile
platforms [PATCH] powerpc: Remove ItLpRegSave area from the paca 2006-01-09 14:50:32 +11:00
sysdev [PATCH] powerpc: moved ipic code to arch/powerpc 2006-01-09 14:48:57 +11:00
xmon [PATCH] powerpc: Unify udbg (#2) 2006-01-09 14:49:54 +11:00
Kconfig [PATCH] powerpc: Unify udbg (#2) 2006-01-09 14:49:54 +11:00
Kconfig.debug
Makefile [PATCH] powerpc: Add support for building uImages 2006-01-09 14:50:21 +11:00