Module Name: src Committed By: msaitoh Date: Fri Oct 4 17:12:48 UTC 2013
Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Fix typo in comment (s/XRC0/XCR0/). To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/cpuctl/arch/i386.c diff -u src/usr.sbin/cpuctl/arch/i386.c:1.42 src/usr.sbin/cpuctl/arch/i386.c:1.43 --- src/usr.sbin/cpuctl/arch/i386.c:1.42 Sat Sep 14 17:23:18 2013 +++ src/usr.sbin/cpuctl/arch/i386.c Fri Oct 4 17:12:48 2013 @@ -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 @@ cpu_probe_base_features(struct cpu_info 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];