aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
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 3c82daf8be99..19d9d96eb8d3 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -166,9 +166,6 @@ struct machdep_calls {
166 unsigned long size, 166 unsigned long size,
167 pgprot_t vma_prot); 167 pgprot_t vma_prot);
168 168
169 /* Idle loop for this platform, leave empty for default idle loop */
170 void (*idle_loop)(void);
171
172 /* 169 /*
173 * Function for waiting for work with reduced power in idle loop; 170 * Function for waiting for work with reduced power in idle loop;
174 * called with interrupts disabled. 171 * called with interrupts disabled.