[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A085326.3030707@oracle.com>
Date: Mon, 11 May 2009 09:32:38 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
avi@...hat.com, "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH -next] kvm: fix build error: add missing semi-colon
From: Randy Dunlap <randy.dunlap@...cle.com>
Add missing ; to fix build error:
arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
arch/x86/kvm/x86.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20090511.orig/arch/x86/kvm/x86.c
+++ linux-next-20090511/arch/x86/kvm/x86.c
@@ -1252,7 +1252,7 @@ static void do_cpuid_ent(struct kvm_cpui
#ifdef CONFIG_X86_64
unsigned f_lm = F(LM);
#else
- unsigned f_lm = 0
+ unsigned f_lm = 0;
#endif
/* cpuid 1.edx */
--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
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