[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070429105257.368F1151C5@wotan.suse.de>
Date: Sun, 29 Apr 2007 12:52:57 +0200 (CEST)
From: Andi Kleen <ak@...e.de>
To: Adrian Bunk <bunk@...sta.de>, Andi Kleen <ak@...e.de>,
Zachary Amsden <zach@...are.com>, patches@...-64.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] [9/48] i386: make struct vmi_ops static
From: Adrian Bunk <bunk@...sta.de>
Signed-off-by: Adrian Bunk <bunk@...sta.de>
Signed-off-by: Andi Kleen <ak@...e.de>
Cc: Andi Kleen <ak@...e.de>
Cc: Zachary Amsden <zach@...are.com>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
arch/i386/kernel/vmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/arch/i386/kernel/vmi.c
===================================================================
--- linux.orig/arch/i386/kernel/vmi.c
+++ linux/arch/i386/kernel/vmi.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists