The patch titled kvm: fix build error: add missing semi-colon has been removed from the -mm tree. Its filename was kvm-fix-build-error-add-missing-semi-colon.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kvm: fix build error: add missing semi-colon From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Add missing ; to fix build error: arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Avi Kivity <avi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kvm/x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/kvm/x86.c~kvm-fix-build-error-add-missing-semi-colon arch/x86/kvm/x86.c --- a/arch/x86/kvm/x86.c~kvm-fix-build-error-add-missing-semi-colon +++ a/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 */ _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch linux-next.patch input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch menu-fix-embedded-menu-presentation.patch e1000e-make-e1000e-default-to-the-same-kconfig-setting-as-e1000.patch qla2x-fix-printk-format-warnings.patch slqbinfo-eliminate-warnings.patch lockd-fix-file_locking=n-build-error.patch xen-use-header-for-export_symbol_gpl.patch kmap_types-make-most-arches-use-generic-header-file.patch irqs-add-irqf_sample_random-to-the-feature-removal-scheduletxt-deprecated-list.patch cgroups-make-messages-more-readable.patch linuxpps-core-support.patch reiser4-export-remove_from_page_cache-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html