-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 48260 b: refs/heads/master c: 577830b h: refs/heads/master v: v3
- Loading branch information
Michael Ellerman
authored and
Paul Mackerras
committed
Feb 14, 2007
1 parent
1eb675f
commit 6a94fd1
Showing
6 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 944b380e0c3dead0e16a747dfd3ce2765afac16d | ||
refs/heads/master: 577830b034bc11c93d4b9e21e8782900d5485e7f |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright 2006 IBM Corporation. | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
* as published by the Free Software Foundation; either version | ||
* 2 of the License, or (at your option) any later version. | ||
*/ | ||
|
||
#ifndef _PSERIES_PSERIES_H | ||
#define _PSERIES_PSERIES_H | ||
|
||
extern void __init fw_feature_init(void); | ||
|
||
struct pt_regs; | ||
|
||
extern int pSeries_system_reset_exception(struct pt_regs *regs); | ||
extern int pSeries_machine_check_exception(struct pt_regs *regs); | ||
|
||
#endif /* _PSERIES_PSERIES_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters