aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2006-04-24 22:56:57 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2006-04-24 22:56:57 +0000
commit091c9b49610b0f47cff939b5719d837b1a9087be (patch)
treec47c545b1d283bee51289b692123cf584830746c
parentcf24d86bcc3ef7f273d404d933d3394da0032ab6 (diff)
Notes
-rw-r--r--sys/amd64/amd64/identcpu.c2
-rw-r--r--sys/i386/i386/identcpu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 9eb68b7a80759..a8ad392caa93f 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -233,7 +233,7 @@ printcpuinfo(void)
"\014<b11>"
"\015<b12>"
"\016CX16" /* CMPXCHG16B Instruction */
- "\017<b14>"
+ "\017XTPR" /* Send Task Priority Messages*/
"\020<b15>"
"\021<b16>"
"\022<b17>"
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 374c46bfa8ad1..53f6618cb5c47 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -729,7 +729,7 @@ printcpuinfo(void)
"\014<b11>"
"\015<b12>"
"\016CX16" /* CMPXCHG16B Instruction */
- "\017<b14>"
+ "\017XTPR" /* Send Task Priority Messages*/
"\020<b15>"
"\021<b16>"
"\022<b17>"