summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 01:00:19 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 01:00:19 -0400
commit5b5875341cb7d86ad7ce497666f0af526158775f (patch)
tree16be9da18aed40c7c19f155957727ececb699954 /src/arch
parentc625cf0ae1ea00ed87d336ea5569fdbd7f9de4a2 (diff)
downloadgem5-5b5875341cb7d86ad7ce497666f0af526158775f.tar.xz
X86: Make the cpuid processor identifier return a real string.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/isa/insts/general_purpose/processor_information.py29
1 files changed, 13 insertions, 16 deletions
diff --git a/src/arch/x86/isa/insts/general_purpose/processor_information.py b/src/arch/x86/isa/insts/general_purpose/processor_information.py
index 6070169ac..4b73789af 100644
--- a/src/arch/x86/isa/insts/general_purpose/processor_information.py
+++ b/src/arch/x86/isa/insts/general_purpose/processor_information.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2007 The Hewlett-Packard Development Company
+# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
# All rights reserved.
#
# Redistribution and use of this software in source and binary forms,
@@ -149,33 +149,30 @@ extendedStart:
fault "NoFault"
# 0x80000002 -- Processor Name String Identifier
- # JUNK VALUES
- limm rax, 0x80000018, dataSize=4
- limm rbx, 0x68747541, dataSize=4
- limm rdx, 0x69746e65, dataSize=4
- limm rcx, 0x444d4163, dataSize=4
+ limm rax, 0x656B6146, dataSize=4
+ limm rbx, 0x20354D20, dataSize=4
+ limm rcx, 0x5F363878, dataSize=4
+ limm rdx, 0x43203436, dataSize=4
bri t0, label("end")
fault "NoFault"
fault "NoFault"
fault "NoFault"
# 0x80000003 -- Processor Name String Identifier
- # JUNK VALUES
- limm rax, 0x80000018, dataSize=4
- limm rbx, 0x68747541, dataSize=4
- limm rdx, 0x69746e65, dataSize=4
- limm rcx, 0x444d4163, dataSize=4
+ limm rax, 0x00005550, dataSize=4
+ limm rbx, 0x00000000, dataSize=4
+ limm rdx, 0x00000000, dataSize=4
+ limm rcx, 0x00000000, dataSize=4
bri t0, label("end")
fault "NoFault"
fault "NoFault"
fault "NoFault"
# 0x80000004 -- Processor Name String Identifier
- # JUNK VALUES
- limm rax, 0x80000018, dataSize=4
- limm rbx, 0x68747541, dataSize=4
- limm rdx, 0x69746e65, dataSize=4
- limm rcx, 0x444d4163, dataSize=4
+ limm rax, 0x00000000, dataSize=4
+ limm rbx, 0x00000000, dataSize=4
+ limm rdx, 0x00000000, dataSize=4
+ limm rcx, 0x00000000, dataSize=4
bri t0, label("end")
fault "NoFault"
fault "NoFault"