summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2012-10-24 19:21:09 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-11-15 03:00:20 +0100
commit16b86bf2520ed29712ca7462dbfe76c856b445e9 (patch)
tree045678394e5c2966606de2122997b935774c32e4 /arch/powerpc/include/asm/machdep.h
parentpowerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning ! (diff)
downloadlinux-16b86bf2520ed29712ca7462dbfe76c856b445e9.tar.xz
linux-16b86bf2520ed29712ca7462dbfe76c856b445e9.zip
powerpc: Remove no longer used ppc_md.idle_loop()
The last user of ppc_md.idle_loop() was removed when we dropped the legacy iSeries code, in commit 8ee3e0d. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r--arch/powerpc/include/asm/machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h
index c4231973edd3..a338bc7cf9d4 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -166,9 +166,6 @@ struct machdep_calls {
unsigned long size,
pgprot_t vma_prot);
- /* Idle loop for this platform, leave empty for default idle loop */
- void (*idle_loop)(void);
-
/*
* Function for waiting for work with reduced power in idle loop;
* called with interrupts disabled.