Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 Add #endif comments (only).



details:   https://anonhg.NetBSD.org/src/rev/3e302f10fa87
branches:  trunk
changeset: 787831:3e302f10fa87
user:      gdt <gdt%NetBSD.org@localhost>
date:      Sat Jul 06 12:03:11 2013 +0000

description:
Add #endif comments (only).

diffstat:

 sys/arch/x86/x86/cpu_ucode.c     |  8 ++++----
 sys/arch/x86/x86/cpu_ucode_amd.c |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r 720136c9a63b -r 3e302f10fa87 sys/arch/x86/x86/cpu_ucode.c
--- a/sys/arch/x86/x86/cpu_ucode.c      Fri Jul 05 22:14:56 2013 +0000
+++ b/sys/arch/x86/x86/cpu_ucode.c      Sat Jul 06 12:03:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_ucode.c,v 1.3 2012/10/17 20:19:55 drochner Exp $ */
+/* $NetBSD: cpu_ucode.c,v 1.4 2013/07/06 12:03:11 gdt Exp $ */
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_ucode.c,v 1.3 2012/10/17 20:19:55 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_ucode.c,v 1.4 2013/07/06 12:03:11 gdt Exp $");
 
 #include "opt_cpu_ucode.h"
 #include "opt_compat_netbsd.h"
@@ -77,7 +77,7 @@
 
        return 0;
 }
-#endif
+#endif /* COMPAT60 */
 
 int
 cpu_ucode_md_open(firmware_handle_t *fwh, int loader_version, const char *fwname)
@@ -145,4 +145,4 @@
        sc->sc_blobsize = 0;
        return error;
 }
-#endif
+#endif /* COMPAT60 */
diff -r 720136c9a63b -r 3e302f10fa87 sys/arch/x86/x86/cpu_ucode_amd.c
--- a/sys/arch/x86/x86/cpu_ucode_amd.c  Fri Jul 05 22:14:56 2013 +0000
+++ b/sys/arch/x86/x86/cpu_ucode_amd.c  Sat Jul 06 12:03:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_ucode_amd.c,v 1.5 2012/10/17 20:19:55 drochner Exp $ */
+/* $NetBSD: cpu_ucode_amd.c,v 1.6 2013/07/06 12:03:11 gdt Exp $ */
 /*
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_ucode_amd.c,v 1.5 2012/10/17 20:19:55 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_ucode_amd.c,v 1.6 2013/07/06 12:03:11 gdt Exp $");
 
 #include "opt_xen.h"
 #include "opt_cpu_ucode.h"
@@ -129,7 +129,7 @@
        ucode->version = uclevel;
        return 0;
 }
-#endif
+#endif /* COMPAT60 */
 
 int
 cpu_ucode_amd_firmware_open(firmware_handle_t *fwh, const char *fwname)
@@ -324,4 +324,4 @@
        kmem_free(mc.mc_amd, sizeof(*mc.mc_amd));
        return error;
 }
-#endif
+#endif /* ! XEN */



Home | Main Index | Thread Index | Old Index