[PATCH] powerpc: Remove some unneeded fields from the paca
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 24 Nov 2005 05:51:31 +0000 (16:51 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:50:35 +0000 (14:50 +1100)
commit404849bbd2bfd62e05b36f4753f6e1af6050a824
treef233dd7d1ca0a0324fbfec7d33f83406c193cb27
parent1888e7b51c0cb5db49911b59cb758ad2c7a530f2
[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>
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/paca.c
arch/powerpc/kernel/smp.c
arch/powerpc/kernel/time.c
include/asm-powerpc/paca.h