Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl/arch Fix typo in comment (s/XRC0/XCR0/).
details: https://anonhg.NetBSD.org/src/rev/9df2b380c50e
branches: trunk
changeset: 790365:9df2b380c50e
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Oct 04 17:12:48 2013 +0000
description:
Fix typo in comment (s/XRC0/XCR0/).
diffstat:
usr.sbin/cpuctl/arch/i386.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ab316289e362 -r 9df2b380c50e usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Fri Oct 04 16:50:18 2013 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Fri Oct 04 17:12:48 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.42 2013/09/14 17:23:18 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.43 2013/10/04 17:12:48 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.42 2013/09/14 17:23:18 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.43 2013/10/04 17:12:48 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -1038,7 +1038,7 @@
if (ci->ci_cpuid_level < 0xd)
return;
- /* Get support XRC0 bits */
+ /* Get support XCR0 bits */
x86_cpuid2(0xd, 0, descs);
ci->ci_feat_val[5] = descs[0]; /* Actually 64 bits */
ci->ci_cur_xsave = descs[1];
Home |
Main Index |
Thread Index |
Old Index