Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351095
b: refs/heads/master
c: def8203
h: refs/heads/master
i:
  351093: fed3a0b
  351091: 36e3064
  351087: 2812928
v: v3
  • Loading branch information
Len Brown committed Feb 18, 2013
1 parent 3bee5bc commit 686c85c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 1d8225661e2407241dbf16143180ff673668d6d7
refs/heads/master: def82035a81dd1f46b88cd2cd3f2f8a75b3d6b6d
3 changes: 0 additions & 3 deletions trunk/arch/microblaze/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void show_regs(struct pt_regs *regs)
regs->msr, regs->ear, regs->esr, regs->fsr);
}

void (*pm_idle)(void);
void (*pm_power_off)(void) = NULL;
EXPORT_SYMBOL(pm_power_off);

Expand Down Expand Up @@ -98,8 +97,6 @@ void cpu_idle(void)

/* endless idle loop with no priority at all */
while (1) {
void (*idle)(void) = pm_idle;

if (!idle)
idle = default_idle;

Expand Down

0 comments on commit 686c85c

Please sign in to comment.