projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25aa00
)
X86: Don't pretend to be an AMD CPU any more. We're not good enough at it.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 19 Apr 2009 09:06:51 +0000
(
02:06
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 19 Apr 2009 09:06:51 +0000
(
02:06
-0700)
src/arch/x86/cpuid.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/cpuid.cc
b/src/arch/x86/cpuid.cc
index 247965df4c834c4b29b9352a75ff789ed4437f1f..f06ba04d87deda6d95cc1cde5b1d49d26bf1f324 100644
(file)
--- a/
src/arch/x86/cpuid.cc
+++ b/
src/arch/x86/cpuid.cc
@@
-63,7
+63,7
@@
namespace X86ISA {
};
static const int vendorStringSize = 13;
- static const char vendorString[vendorStringSize] = "
AuthenticAMD
";
+ static const char vendorString[vendorStringSize] = "
M5 Simulator
";
static const int nameStringSize = 48;
static const char nameString[nameStringSize] = "Fake M5 x86_64 CPU";