Module Name:    src
Committed By:   gdt
Date:           Sat Jul  6 12:11:54 UTC 2013

Modified Files:
        src/sys/arch/x86/x86: cpu_ucode_intel.c

Log Message:
#endif comments


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/cpu_ucode_intel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/cpu_ucode_intel.c
diff -u src/sys/arch/x86/x86/cpu_ucode_intel.c:1.2 src/sys/arch/x86/x86/cpu_ucode_intel.c:1.3
--- src/sys/arch/x86/x86/cpu_ucode_intel.c:1.2	Wed Oct 17 20:19:55 2012
+++ src/sys/arch/x86/x86/cpu_ucode_intel.c	Sat Jul  6 12:11:54 2013
@@ -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 @@ cpu_ucode_intel_apply(struct cpu_ucode_s
 
 	return 0;
 }
-#endif
+#endif /* ! XEN */

Reply via email to