Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18505
b: refs/heads/master
c: 53df751
h: refs/heads/master
i:
  18503: 423b326
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Jan 15, 2006
1 parent 6e8d99a commit 069856c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0152fb37603e3a776768794030b809ae77027aa4
refs/heads/master: 53df751ccd0a404cca169dbd61bae571cc21559a
5 changes: 5 additions & 0 deletions trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ void machine_power_off(void)
_machine_power_off();
}

/*
* Dummy power off function.
*/
void (*pm_power_off)(void) = machine_power_off;

static void __init
add_memory_hole(unsigned long start, unsigned long end)
{
Expand Down

0 comments on commit 069856c

Please sign in to comment.