projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf43bf
)
x86, lguest: fix apic_ops build on UP
author
Ingo Molnar
<mingo@elte.hu>
Sun, 20 Jul 2008 15:04:57 +0000
(17:04 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 20 Jul 2008 15:03:45 +0000
(17:03 +0200)
fix:
arch/x86/lguest/boot.c:816: error: variable ‘lguest_basic_apic_ops’ has initializer but incomplete type
arch/x86/lguest/boot.c:817: error: unknown field ‘read’ specified in initializer
[...]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lguest/boot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/lguest/boot.c
b/arch/x86/lguest/boot.c
index 35c4349cd668c6870bbdb3e234b3edeedabbb2be..756fc489652beb8353e04ac619f3d5ec395a4621 100644
(file)
--- a/
arch/x86/lguest/boot.c
+++ b/
arch/x86/lguest/boot.c
@@
-55,6
+55,7
@@
#include <linux/lguest_launcher.h>
#include <linux/virtio_console.h>
#include <linux/pm.h>
+#include <asm/apic.h>
#include <asm/lguest.h>
#include <asm/paravirt.h>
#include <asm/param.h>