summaryrefslogtreecommitdiff
path: root/system/alpha/console
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-05-11 17:31:28 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-05-11 17:31:28 -0400
commitce9b1a1e373cf965e18ef379a121b95119ff1f46 (patch)
treeceac3b98f32f44519b26ef0534a0a333c5099946 /system/alpha/console
parent8283dbcf3ae6a25ba989fbd5ee92eb643afe43e6 (diff)
downloadgem5-ce9b1a1e373cf965e18ef379a121b95119ff1f46.tar.xz
added some comments to palcode and zeroed system type in HWPRB (m5 will fill in)
console/console.c: 0 the system type, let m5 overwrite palcode/platform_m5.s: add some comments and make the timer interrupt actually care what CPU it happened on
Diffstat (limited to 'system/alpha/console')
-rw-r--r--system/alpha/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/console/console.c b/system/alpha/console/console.c
index 844cb4ddc..5e9e49ce1 100644
--- a/system/alpha/console/console.c
+++ b/system/alpha/console/console.c
@@ -205,7 +205,7 @@ struct rpb xxm_rpb = {
#if 0
0x12, /* 050: system type - masquarade as some random 21064 */
#endif
- 34, /* masquerade a Tsunami RGD */
+ 0, /* masquerade a Tsunami RGD */
(1<<10), /* 058: system variation */
'c'|('o'<<8)|('o'<<16)|('l'<< 24), /* 060: system revision */
1024*4096, /* 068: scaled interval clock intr freq OVERRIDEN*/