Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19749
b: refs/heads/master
c: 526110f
h: refs/heads/master
i:
  19747: cf9cd30
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Jan 23, 2006
1 parent 6729816 commit 17df932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 9073315bbc3e2149d8ffcc4b86932ca6497c94ce
refs/heads/master: 526110f8c8d2326413e2de5496d196ee9d4856ad
16 changes: 0 additions & 16 deletions trunk/arch/parisc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,12 @@
#include <asm/uaccess.h>
#include <asm/unwind.h>

static int hlt_counter __read_mostly;

/*
* Power off function, if any
*/
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

void disable_hlt(void)
{
hlt_counter++;
}

EXPORT_SYMBOL(disable_hlt);

void enable_hlt(void)
{
hlt_counter--;
}

EXPORT_SYMBOL(enable_hlt);

void default_idle(void)
{
barrier();
Expand Down

0 comments on commit 17df932

Please sign in to comment.