aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"