projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1833d6b
)
[PATCH] i386: make struct vmi_ops static
author
Adrian Bunk
<bunk@stusta.de>
Wed, 2 May 2007 17:27:08 +0000
(19:27 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:08 +0000
(19:27 +0200)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: Zachary Amsden <zach@vmware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/i386/kernel/vmi.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/vmi.c
b/arch/i386/kernel/vmi.c
index 697a70e8c0c9b381ffb753429916f0c5cbb4a006..440422482c6deba53e03c592c6495b141dff2e90 100644
(file)
--- a/
arch/i386/kernel/vmi.c
+++ b/
arch/i386/kernel/vmi.c
@@
-56,7
+56,7
@@
static int disable_noidle;
static int disable_vmi_timer;
/* Cached VMI operations */
-struct {
+st
atic st
ruct {
void (*cpuid)(void /* non-c */);
void (*_set_ldt)(u32 selector);
void (*set_tr)(u32 selector);