summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-06 12:42:26 +0000
committerpeter <peter@FreeBSD.org>1999-07-06 12:42:26 +0000
commitca76d55031b75fc4857f726c21d848abce92c2d1 (patch)
treeafa33e60a9a4aa5332ffd2e4992de3e68d0bb2fa /sys/amd64
parent45aec7360aaee9f23698e36939eab27e0d0653bb (diff)
downloadFreeBSD-src-ca76d55031b75fc4857f726c21d848abce92c2d1.zip
FreeBSD-src-ca76d55031b75fc4857f726c21d848abce92c2d1.tar.gz
Typo: s/0ff0/0xff0/
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 abafcf9..d8a0d40 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.68 1999/07/06 05:25:41 green Exp $
+ * $Id: identcpu.c,v 1.69 1999/07/06 06:25:38 green Exp $
*/
#include "opt_cpu.h"
@@ -473,7 +473,7 @@ printcpuinfo(void)
}
} else if (strcmp(cpu_vendor, "CentaurHauls") == 0) {
strcpy(cpu_model, "IDT ");
- switch (cpu_id & 0ff0) {
+ switch (cpu_id & 0xff0) {
case 0x540:
strcat(cpu_model, "WinChip C6");
break;
OpenPOWER on IntegriCloud