Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45941
b: refs/heads/master
c: 89eb169
h: refs/heads/master
i:
  45939: 3a8dd50
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 30, 2007
1 parent 6aef6a3 commit fde8806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a06c39d2577cda7d7a1baaa45c29e6f24000a2a0
refs/heads/master: 89eb1693f975eddafd475782ee857d98f411d10d
1 change: 1 addition & 0 deletions trunk/arch/alpha/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* Power off function, if any
*/
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);

void
cpu_idle(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sparc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void (*pm_idle)(void);
* handler when auxio is not present-- unused for now...
*/
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);

/*
* sysctl - toggle power-off restriction for serial console
Expand Down

0 comments on commit fde8806

Please sign in to comment.