Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19998
b: refs/heads/master
c: 10c1f71
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 8, 2006
1 parent 3ec7174 commit 351bab6
Show file tree
Hide file tree
Showing 2 changed files with 9 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: a9cdffb14ae8a95335ba4e9add1f1086c4d65372
refs/heads/master: 10c1f71caa7801fde7dcb103eda90117c6c9bb04
8 changes: 8 additions & 0 deletions trunk/arch/m68knommu/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@

asmlinkage void ret_from_fork(void);

/*
* The following aren't currently used.
*/
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);

void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

/*
* The idle loop on an m68knommu..
Expand Down

0 comments on commit 351bab6

Please sign in to comment.