]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc64: interrupt code cleanup
authorAnton Blanchard <anton@samba.org>
Tue, 11 Jan 2005 09:44:23 +0000 (01:44 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:44:23 +0000 (01:44 -0800)
commitd00da3f86a633fa1a767a406e52aa3201717f33a
tree677d77a5ca1311e49cc7baa8c31c08207ca43a4a
parentf52cf14bfd2b0e6cff9aba14dbafb96547fbeb7c
[PATCH] ppc64: interrupt code cleanup

- Move some function prototypes into header files.
- Remove late_setup_cpu, put the set indicator and vpa init into xics
  probe instead
- rtas-proc was doing weird stuff with the 9005 indicator. Get rid of
  it.
- Dont open code the set_indicator call in the hotplug code

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/pSeries_smp.c
arch/ppc64/kernel/rtas-proc.c
arch/ppc64/kernel/smp.c
arch/ppc64/kernel/xics.c
include/asm-ppc64/machdep.h
include/asm-ppc64/rtas.h
include/asm-ppc64/xics.h