Skip to content

Commit

Permalink
[PATCH] i386: make struct vmi_ops static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed May 2, 2007
1 parent 1833d6b commit 30a1528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/vmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static int disable_noidle;
static int disable_vmi_timer;

/* Cached VMI operations */
struct {
static struct {
void (*cpuid)(void /* non-c */);
void (*_set_ldt)(u32 selector);
void (*set_tr)(u32 selector);
Expand Down

0 comments on commit 30a1528

Please sign in to comment.