projects
/
kernel
/
kernel-generic.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
|
history
diff --git
a/arch/i386/kernel/vmi.c
b/arch/i386/kernel/vmi.c
index
697a70e
..
4404224
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);