From a4755e0e1385fd910d91c56a147121de6264b833 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 1 Aug 2006 01:23:39 +0000 Subject: [PATCH] Correct spelling of 3DNow!. --- sys/amd64/amd64/identcpu.c | 4 ++-- sys/i386/i386/identcpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index f413fb5691a..cb01f6fb4d7 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -296,8 +296,8 @@ printcpuinfo(void) "\034RDTSCP" /* RDTSCP */ "\035" /* Undefined */ "\036LM" /* 64 bit long mode */ - "\0373DNow+" /* AMD 3DNow! Extensions */ - "\0403DNow" /* AMD 3DNow! */ + "\0373DNow!+" /* AMD 3DNow! Extensions */ + "\0403DNow!" /* AMD 3DNow! */ ); } diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 3acaf04086d..89125fc9f2d 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -815,8 +815,8 @@ printcpuinfo(void) "\034RDTSCP" /* RDTSCP */ "\035" /* Undefined */ "\036LM" /* 64 bit long mode */ - "\0373DNow+" /* AMD 3DNow! Extensions */ - "\0403DNow" /* AMD 3DNow! */ + "\0373DNow!+" /* AMD 3DNow! Extensions */ + "\0403DNow!" /* AMD 3DNow! */ ); }