aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-07-05 02:28:21 +0000
committerBrian Feldman <green@FreeBSD.org>1999-07-05 02:28:21 +0000
commitb6131540069dbdf62fd366bb98ac10f8dbe8d5d0 (patch)
tree05c211bbfb5bff162ca689befbd4b723f522ddc6
parent69c784af9fb59918d3fcf1c99a2e2373a9d0c8bc (diff)
Notes
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 83b8ea21e180d..323b39c1edfd5 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.65 1999/06/24 20:08:56 jlemon Exp $
+ * $Id: identcpu.c,v 1.66 1999/07/05 02:27:32 green Exp $
*/
#include "opt_cpu.h"
@@ -877,7 +877,7 @@ print_AMD_info(void)
if (amd_maxregs >= 0x80000001) {
do_cpuid(0x80000001, regs);
- printf(" AMD Features=0x%b\n", regs[3],
+ printf(" AMD Features=0x%b\n", regs[3],
"\020" /* in hex */
"\001FPU"
"\002VME"
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 83b8ea21e180d..323b39c1edfd5 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.65 1999/06/24 20:08:56 jlemon Exp $
+ * $Id: identcpu.c,v 1.66 1999/07/05 02:27:32 green Exp $
*/
#include "opt_cpu.h"
@@ -877,7 +877,7 @@ print_AMD_info(void)
if (amd_maxregs >= 0x80000001) {
do_cpuid(0x80000001, regs);
- printf(" AMD Features=0x%b\n", regs[3],
+ printf(" AMD Features=0x%b\n", regs[3],
"\020" /* in hex */
"\001FPU"
"\002VME"