Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Do not redefine CPUID_LAHF.
details: https://anonhg.NetBSD.org/src/rev/0552ddbc067a
branches: trunk
changeset: 770102:0552ddbc067a
user: njoly <njoly%NetBSD.org@localhost>
date: Mon Oct 03 17:31:35 2011 +0000
description:
Do not redefine CPUID_LAHF.
diffstat:
sys/arch/x86/include/specialreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ae3f624f318b -r 0552ddbc067a sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Mon Oct 03 15:49:02 2011 +0000
+++ b/sys/arch/x86/include/specialreg.h Mon Oct 03 17:31:35 2011 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index