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 #endif comments



details:   https://anonhg.NetBSD.org/src/rev/4b78dbea3b13
branches:  trunk
changeset: 787833:4b78dbea3b13
user:      gdt <gdt%NetBSD.org@localhost>
date:      Sat Jul 06 12:11:54 2013 +0000

description:
#endif comments

diffstat:

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

diffs (24 lines):

diff -r a4367b85e437 -r 4b78dbea3b13 sys/arch/x86/x86/cpu_ucode_intel.c
--- a/sys/arch/x86/x86/cpu_ucode_intel.c        Sat Jul 06 12:06:24 2013 +0000
+++ b/sys/arch/x86/x86/cpu_ucode_intel.c        Sat Jul 06 12:11:54 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_ucode_intel.c,v 1.2 2012/10/17 20:19:55 drochner Exp $ */
+/* $NetBSD: cpu_ucode_intel.c,v 1.3 2013/07/06 12:11:54 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_intel.c,v 1.2 2012/10/17 20:19:55 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_ucode_intel.c,v 1.3 2013/07/06 12:11:54 gdt Exp $");
 
 #include "opt_xen.h"
 #include "opt_cpu_ucode.h"
@@ -150,4 +150,4 @@
 
        return 0;
 }
-#endif
+#endif /* ! XEN */



Home | Main Index | Thread Index | Old Index