-
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: 53751 b: refs/heads/master c: 973efae h: refs/heads/master i: 53749: d5df983 53747: d6d44b0 53743: ff6d070 v: v3
- Loading branch information
Jeremy Fitzhardinge
authored and
Andi Kleen
committed
May 2, 2007
1 parent
670bb6d
commit 7c7cb9d
Showing
4 changed files
with
7 additions
and
7 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: 6d1c426158131b11d05d66e7dd6bf91e5b1b4fc7 | ||
refs/heads/master: 973efae21beb2feda138f152ed06d4204774d93c |
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 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
4 changes: 0 additions & 4 deletions
4
trunk/include/linux/reboot_fixups.h → trunk/include/asm-i386/reboot_fixups.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
#ifndef _LINUX_REBOOT_FIXUPS_H | ||
#define _LINUX_REBOOT_FIXUPS_H | ||
|
||
#ifdef CONFIG_X86_REBOOTFIXUPS | ||
extern void mach_reboot_fixups(void); | ||
#else | ||
#define mach_reboot_fixups() ((void)(0)) | ||
#endif | ||
|
||
#endif /* _LINUX_REBOOT_FIXUPS_H */ |