summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-05 02:28:21 +0000
committergreen <green@FreeBSD.org>1999-07-05 02:28:21 +0000
commit5813debcd80877190033b30a8640dce6d8e22b94 (patch)
treeaad278c49fbc3592a77ef2bea81994635c3982be /sys/amd64
parenta99452db041d197454d22914156079bdefb6d793 (diff)
downloadFreeBSD-src-5813debcd80877190033b30a8640dce6d8e22b94.zip
FreeBSD-src-5813debcd80877190033b30a8640dce6d8e22b94.tar.gz
Add an extra space to " AMD Features=" to make it line up well.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 83b8ea2..323b39c 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"
OpenPOWER on IntegriCloud