Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 508
b: refs/heads/master
c: c1298c5
h: refs/heads/master
v: v3
  • Loading branch information
Aaron J Young authored and Tony Luck committed Apr 25, 2005
1 parent 9d42c98 commit 1b33a13
Show file tree
Hide file tree
Showing 2 changed files with 10 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: e1e19747ecce9117610b8f3b57a3e95734230319
refs/heads/master: c1298c5c7e5763a3b2fd4a9535d474ff6e54cd53
9 changes: 9 additions & 0 deletions trunk/arch/ia64/sn/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/sched.h>
#include <linux/root_dev.h>
#include <linux/nodemask.h>
#include <linux/pm.h>

#include <asm/io.h>
#include <asm/sal.h>
Expand Down Expand Up @@ -353,6 +354,14 @@ void __init sn_setup(char **cmdline_p)
screen_info = sn_screen_info;

sn_timer_init();

/*
* set pm_power_off to a SAL call to allow
* sn machines to power off. The SAL call can be replaced
* by an ACPI interface call when ACPI is fully implemented
* for sn.
*/
pm_power_off = ia64_sn_power_down;
}

/**
Expand Down

0 comments on commit 1b33a13

Please sign in to comment.