kernel-hacking-2024-linux-s.../arch/powerpc
Olof Johansson f39b7a55a8 [POWERPC] Cleanup CPU inits
Cleanup CPU inits a bit more, Geoff Levand already did some earlier.

* Move CPU state save to cpu_setup, since cpu_setup is only ever done
  on cpu 0 on 64-bit and save is never done more than once.
* Rename __restore_cpu_setup to __restore_cpu_ppc970 and add
  function pointers to the cputable to use instead. Powermac always
  has 970 so no need to check there.
* Rename __970_cpu_preinit to __cpu_preinit_ppc970 and check PVR before
  calling it instead of in it, it's too early to use cputable.
* Rename pSeries_secondary_smp_init to generic_secondary_smp_init since
  everyone but powermac and iSeries use it.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-08-25 13:27:35 +10:00
..
boot [POWERPC] Add MPC8641 HPCN Device Tree Source file. 2006-08-08 17:07:06 +10:00
configs [POWERPC] Turn on tigon3 support in maple_defconfig 2006-08-08 17:07:02 +10:00
kernel [POWERPC] Cleanup CPU inits 2006-08-25 13:27:35 +10:00
lib [POWERPC] iseries: Move e2a()/strne2a() into their only caller 2006-07-13 18:42:03 +10:00
math-emu Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
mm [POWERPC] Implement SLB shadow buffer 2006-08-08 17:08:56 +10:00
oprofile
platforms [POWERPC] Cleanup CPU inits 2006-08-25 13:27:35 +10:00
sysdev [POWERPC] Make doc comments extractable 2006-08-08 17:07:04 +10:00
xmon Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
Kconfig [POWERPC] Add cpufreq support for Xserve G5 2006-07-28 10:51:43 +10:00
Kconfig.debug
Makefile