commit | 598c8231ab54cfcc8ea6f52882cefee98b129bd1 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Jul 25 01:46:34 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 05 14:47:58 2011 +1000 |
tree | ff8ae1a2080780c49edc3cd48ef2af86b451c83b | |
parent | 711ef84e80ec6f937ad59c7a00490421a5c92867 [diff] |
powerpc/pseries: Simplify vpa deregistration functions The VPA, SLB shadow and DTL degistration functions do not need an address, so simplify things and remove it. Also cleanup pseries_kexec_cpu_down a bit by storing the cpu IDs in local variables. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>