aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc.S
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2010-11-17 13:52:42 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-11-28 23:48:22 -0500
commit93fe56e99fb946fcd4244741bfc7af6638f1cac7 (patch)
treeb1d8604018d93e08767a648165db6e5c3b5eb117 /arch/powerpc/kernel/misc.S
parent36f567b42932a81866bf723779703ecc84cf714b (diff)
powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entry
These are not needed so just remove them Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/misc.S')
-rw-r--r--arch/powerpc/kernel/misc.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/misc.S b/arch/powerpc/kernel/misc.S
index 2d29752cbe16..b69463ec2010 100644
--- a/arch/powerpc/kernel/misc.S
+++ b/arch/powerpc/kernel/misc.S
@@ -122,8 +122,3 @@ _GLOBAL(longjmp)
122 mtlr r0 122 mtlr r0
123 mr r3,r4 123 mr r3,r4
124 blr 124 blr
125
126_GLOBAL(__setup_cpu_power7)
127_GLOBAL(__restore_cpu_power7)
128 /* place holder */
129 blr