projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be14bc0
)
Fix console to work on all systems.
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 18 Aug 2005 17:34:03 +0000
(13:34 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Thu, 18 Aug 2005 17:34:03 +0000
(13:34 -0400)
console/console.c:
CONS_REM (remote console) doesn't work on Tru64. Use CONS_DZ which
seems to work alright everywhere.
system/alpha/console/console.c
patch
|
blob
|
history
diff --git
a/system/alpha/console/console.c
b/system/alpha/console/console.c
index 6d00203700bc0c62688350d15ce3a8d447d15e8d..e5be19f5f2ec16b658ebe13b0e674fce5b57689b 100644
(file)
--- a/
system/alpha/console/console.c
+++ b/
system/alpha/console/console.c
@@
-621,7
+621,7
@@
unixBoot(int argc, char **argv)
bzero((char *)rpb_ctb, sizeof(struct ctb_tt));
- rpb_ctb->rpb_type = CONS_
REM
;
+ rpb_ctb->rpb_type = CONS_
DZ
;
rpb_ctb->rpb_length = sizeof(ctb_tt) - sizeof(rpb_ctb);
/*