Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21055
b: refs/heads/master
c: 84dff1a
h: refs/heads/master
i:
  21053: 5f85017
  21051: 9197db8
  21047: b4bb489
  21039: 398208a
  21023: 700faf2
  20991: d2687a6
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Mar 15, 2006
1 parent 70e7dcc commit e73c900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 66be0c30282bef9ef5ab1f89028834ea00f4b4ae
refs/heads/master: 84dff1a73013dbdd7d770c332ab84cbfed24741b
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/kallsyms.h>
#include <linux/init.h>
#include <linux/cpu.h>
#include <linux/elfcore.h>

#include <asm/leds.h>
#include <asm/processor.h>
Expand Down Expand Up @@ -83,7 +84,7 @@ EXPORT_SYMBOL(pm_power_off);
* This is our default idle handler. We need to disable
* interrupts here to ensure we don't miss a wakeup call.
*/
void default_idle(void)
static void default_idle(void)
{
if (hlt_counter)
cpu_relax();
Expand Down

0 comments on commit e73c900

Please sign in to comment.