* [PATCH -next] kvm: fix build error: add missing semi-colon
[not found] <20090511161442.3e9d9cb9.sfr@canb.auug.org.au>
@ 2009-05-11 16:32 ` Randy Dunlap
2009-05-12 8:31 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-05-11 16:32 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, LKML, avi, kvm@vger.kernel.org, Andrew Morton
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] kvm: fix build error: add missing semi-colon
2009-05-11 16:32 ` [PATCH -next] kvm: fix build error: add missing semi-colon Randy Dunlap
@ 2009-05-12 8:31 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-05-12 8:31 UTC (permalink / raw)
To: Randy Dunlap
Cc: Stephen Rothwell, linux-next, LKML, kvm@vger.kernel.org,
Andrew Morton
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Add missing ; to fix build error:
>
> arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const'
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-12 8:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090511161442.3e9d9cb9.sfr@canb.auug.org.au>
2009-05-11 16:32 ` [PATCH -next] kvm: fix build error: add missing semi-colon Randy Dunlap
2009-05-12 8:31 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox