Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346783
b: refs/heads/master
c: 16b86bf
h: refs/heads/master
i:
  346781: 9076653
  346779: eb3b07e
  346775: df12a63
  346767: 9d41318
  346751: a1fbdfa
v: v3
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Nov 15, 2012
1 parent a0620f2 commit 301f80b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12660b170253255c012cb1352449e61ae9727079
refs/heads/master: 16b86bf2520ed29712ca7462dbfe76c856b445e9
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/include/asm/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ __setup("powersave=off", powersave_off);
*/
void cpu_idle(void)
{
if (ppc_md.idle_loop)
ppc_md.idle_loop(); /* doesn't return */

set_thread_flag(TIF_POLLING_NRFLAG);
while (1) {
tick_nohz_idle_enter();
Expand Down

0 comments on commit 301f80b

Please sign in to comment.