projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5314d48
)
x86: e820.c declare pci_mem_start before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 16:49:29 +0000
(22:19 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 22 Jul 2008 12:36:03 +0000
(14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/e820.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/e820.h
b/include/asm-x86/e820.h
index
16a31e2
..
213d1ed
100644
(file)
--- a/
include/asm-x86/e820.h
+++ b/
include/asm-x86/e820.h
@@
-64,6
+64,7
@@
struct e820map {
extern struct e820map e820;
extern struct e820map e820_saved;
+extern unsigned long pci_mem_start;
extern int e820_any_mapped(u64 start, u64 end, unsigned type);
extern int e820_all_mapped(u64 start, u64 end, unsigned type);
extern void e820_add_region(u64 start, u64 size, int type);