-
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: 43071 b: refs/heads/master c: d7cd561 h: refs/heads/master i: 43069: 9c5624e 43067: f992c63 43063: e26f6e3 43055: 003a240 43039: 1545cce 43007: 23e9d19 v: v3
- Loading branch information
Rusty Russell
authored and
Andi Kleen
committed
Dec 7, 2006
1 parent
132aa67
commit bfe9453
Showing
5 changed files
with
38 additions
and
17 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: 139ec7c416248b9ea227d21839235344edfee1e0 | ||
refs/heads/master: d7cd56111f30259e1b532a12e06f59f8e0a20355 |
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
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,12 @@ | ||
#ifndef _LINUX_START_KERNEL_H | ||
#define _LINUX_START_KERNEL_H | ||
|
||
#include <linux/linkage.h> | ||
#include <linux/init.h> | ||
|
||
/* Define the prototype for start_kernel here, rather than cluttering | ||
up something else. */ | ||
|
||
extern asmlinkage void __init start_kernel(void); | ||
|
||
#endif /* _LINUX_START_KERNEL_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