Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-xenpvh]: src/sys/arch/xen/x86 remove stray 'else'



details:   https://anonhg.NetBSD.org/src/rev/24f473a10443
branches:  bouyer-xenpvh
changeset: 930723:24f473a10443
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Apr 12 21:19:49 2020 +0000

description:
remove stray 'else'

diffstat:

 sys/arch/xen/x86/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7440a30a34b9 -r 24f473a10443 sys/arch/xen/x86/autoconf.c
--- a/sys/arch/xen/x86/autoconf.c       Sun Apr 12 19:53:37 2020 +0000
+++ b/sys/arch/xen/x86/autoconf.c       Sun Apr 12 21:19:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.23.8.1 2020/04/08 17:59:16 bouyer Exp $ */
+/*     $NetBSD: autoconf.c,v 1.23.8.2 2020/04/12 21:19:49 bouyer Exp $ */
 /*     NetBSD: autoconf.c,v 1.75 2003/12/30 12:33:22 pk Exp    */
 
 /*-
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.23.8.1 2020/04/08 17:59:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.23.8.2 2020/04/12 21:19:49 bouyer Exp $");
 
 #include "opt_xen.h"
 #include "opt_multiprocessor.h"
@@ -126,7 +126,7 @@
                /* identify hypervisor type from SMBIOS */
                identify_hypervisor();
 #endif /* NBIOS32 > 0 */
-       } else
+       }
 #endif /* DOM0OPS */
 #ifdef PCIBIOS
        pcibios_init();



Home | Main Index | Thread Index | Old Index