projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc03849
)
x86: setup.c declare saved_video_mode before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 16:42:23 +0000
(22:12 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 22 Jul 2008 12:36:02 +0000
(14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/setup.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/setup.h
b/include/asm-x86/setup.h
index a07c6f1c01e15b9480f14fcca8dc13d875334fc9..946f8f20e91c445498a267d0408f356e8ca24951 100644
(file)
--- a/
include/asm-x86/setup.h
+++ b/
include/asm-x86/setup.h
@@
-41,6
+41,7
@@
struct x86_quirks {
};
extern struct x86_quirks *x86_quirks;
+extern unsigned long saved_video_mode;
#ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0)