diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-05-02 13:27:08 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:08 -0400 |
commit | 30a1528d3bf444eac7f2886ba284da22114b2f7c (patch) | |
tree | 372f60f4aa0f5ae2199568c471e48a08dc843321 /arch | |
parent | 1833d6bc72893265f22addd79cf52e6987496e0f (diff) |
[PATCH] i386: make struct vmi_ops static
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/vmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/vmi.c b/arch/i386/kernel/vmi.c index 697a70e8c0c9..440422482c6d 100644 --- a/arch/i386/kernel/vmi.c +++ b/arch/i386/kernel/vmi.c | |||
@@ -56,7 +56,7 @@ static int disable_noidle; | |||
56 | static int disable_vmi_timer; | 56 | static int disable_vmi_timer; |
57 | 57 | ||
58 | /* Cached VMI operations */ | 58 | /* Cached VMI operations */ |
59 | struct { | 59 | static struct { |
60 | void (*cpuid)(void /* non-c */); | 60 | void (*cpuid)(void /* non-c */); |
61 | void (*_set_ldt)(u32 selector); | 61 | void (*_set_ldt)(u32 selector); |
62 | void (*set_tr)(u32 selector); | 62 | void (*set_tr)(u32 selector); |