Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351096
b: refs/heads/master
c: 7626f93
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Feb 18, 2013
1 parent 686c85c commit 1cb9c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: def82035a81dd1f46b88cd2cd3f2f8a75b3d6b6d
refs/heads/master: 7626f93316aeb05575a8f46106c5507f8604fd74
7 changes: 0 additions & 7 deletions trunk/arch/mn10300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
#include <asm/gdb-stub.h>
#include "internal.h"

/*
* power management idle function, if any..
*/
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);

/*
* return saved PC of a blocked thread.
*/
Expand Down Expand Up @@ -113,7 +107,6 @@ void cpu_idle(void)
void (*idle)(void);

smp_rmb();
idle = pm_idle;
if (!idle) {
#if defined(CONFIG_SMP) && !defined(CONFIG_HOTPLUG_CPU)
idle = poll_idle;
Expand Down

0 comments on commit 1cb9c54

Please sign in to comment.