Module Name:    src
Committed By:   njoly
Date:           Mon Oct  3 17:31:35 UTC 2011

Modified Files:
        src/sys/arch/x86/include: specialreg.h

Log Message:
Do not redefine CPUID_LAHF.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/x86/include/specialreg.h

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/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.52 src/sys/arch/x86/include/specialreg.h:1.53
--- src/sys/arch/x86/include/specialreg.h:1.52	Tue Jul 26 12:59:41 2011
+++ src/sys/arch/x86/include/specialreg.h	Mon Oct  3 17:31:35 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.52 2011/07/26 12:59:41 yamt Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.53 2011/10/03 17:31:35 njoly Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -178,7 +178,7 @@
 			    "\36LONG\0373DNOW2\0403DNOW" \
 
 /* AMD Fn80000001 extended features - %ecx */
-#define CPUID_LAHF	0x00000001	/* LAHF/SAHF instruction */
+/* 	CPUID_LAHF			   LAHF/SAHF instruction */
 #define CPUID_CMPLEGACY	0x00000002	/* Compare Legacy */
 #define CPUID_SVM	0x00000004	/* Secure Virtual Machine */
 #define CPUID_EAPIC	0x00000008	/* Extended APIC space */

Reply via email to