kernel-ark/arch/powerpc/platforms/iseries
Anton Blanchard cb2c9b2741 [PATCH] powerpc: Fix runlatch performance issues
The runlatch SPR can take a lot of time to write. My original runlatch
code would set it on every exception entry even though most of the time
this was not required. It would also continually set it in the idle
loop, which is an issue on an SMT capable processor.

Now we cache the runlatch value in a threadinfo bit, and only check for
it in decrementer and hardware interrupt exceptions as well as the idle
loop. Boot on POWER3, POWER5 and iseries, and compile tested on pmac32.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-02-24 11:36:31 +11:00
..
call_hpt.h
call_pci.h
call_sm.h
htab.c
hvcall.S
hvlog.c
hvlpconfig.c
iommu.c [PATCH] powerpc: clean up iommu.h a bit 2006-01-12 20:09:30 +11:00
iommu.h [PATCH] powerpc: clean up iommu.h a bit 2006-01-12 20:09:30 +11:00
ipl_parms.h
irq.c [PATCH] powerpc: Remove lppaca structure from the PACA 2006-01-13 21:17:39 +11:00
irq.h
Kconfig
ksyms.c
lpardata.c
lpevents.c [PATCH] powerpc: Initialise hvlpevent_queue.lock correctly 2006-02-23 21:44:19 +11:00
main_store.h
Makefile
mf.c
misc.S [PATCH] powerpc: Remove lppaca structure from the PACA 2006-01-13 21:17:39 +11:00
naca.h
pci.c [PATCH] powerpc: clean up iommu.h a bit 2006-01-12 20:09:30 +11:00
pci.h
proc.c
processor_vpd.h
release_data.h
setup.c [PATCH] powerpc: Fix runlatch performance issues 2006-02-24 11:36:31 +11:00
setup.h
smp.c [PATCH] powerpc: Remove lppaca structure from the PACA 2006-01-13 21:17:39 +11:00
spcomm_area.h
vio.c [PATCH] powerpc: clean up iommu.h a bit 2006-01-12 20:09:30 +11:00
viopath.c
vpd_areas.h
vpdinfo.c