-
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: 138680 b: refs/heads/master c: 4fcb208 h: refs/heads/master v: v3
- Loading branch information
Pekka Enberg
authored and
Ingo Molnar
committed
Mar 5, 2009
1 parent
f7c50e7
commit d8d077b
Showing
5 changed files
with
22 additions
and
19 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: e53fb04fce6d246ebed755b904ed1b0b814a754c | ||
refs/heads/master: 4fcb208391be5cf82c6fe2779c5eb9245ac97e91 |
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,18 @@ | ||
#ifndef _ASM_X86_INIT_32_H | ||
#define _ASM_X86_INIT_32_H | ||
|
||
#ifdef CONFIG_X86_32 | ||
extern void __init early_ioremap_page_table_range_init(void); | ||
#endif | ||
|
||
extern unsigned long __init | ||
kernel_physical_mapping_init(unsigned long start, | ||
unsigned long end, | ||
unsigned long page_size_mask); | ||
|
||
|
||
extern unsigned long __initdata e820_table_start; | ||
extern unsigned long __meminitdata e820_table_end; | ||
extern unsigned long __meminitdata e820_table_top; | ||
|
||
#endif /* _ASM_X86_INIT_32_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 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