summaryrefslogtreecommitdiff
path: root/system/alpha/h/rpb.h
diff options
context:
space:
mode:
authorMiguel Serrano <mserrano@umich.edu>2005-07-28 12:26:05 -0400
committerMiguel Serrano <mserrano@umich.edu>2005-07-28 12:26:05 -0400
commitfa1512e206b4872e7b37175037c5bc11892daafc (patch)
treeb6e1ea1128bb27a32edee988c1e91f9408d93846 /system/alpha/h/rpb.h
parente61899cbbf28c18578114ab4a7c99ce00fa39067 (diff)
downloadgem5-fa1512e206b4872e7b37175037c5bc11892daafc.tar.xz
changes
console/console.c: fixed bootstrap stack h/rpb.h: ctb_term_type instead of ctb_baud
Diffstat (limited to 'system/alpha/h/rpb.h')
-rw-r--r--system/alpha/h/rpb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/h/rpb.h b/system/alpha/h/rpb.h
index 81ed5bb14..cd754af1d 100644
--- a/system/alpha/h/rpb.h
+++ b/system/alpha/h/rpb.h
@@ -265,7 +265,7 @@ struct ctb_tt {
long ctb_csr; /* 020: CSR Address */
long ctb_tivec; /* 028: <63>=tie; interrupt vector */
long ctb_rivec; /* 030: <63>=rie; interrupt vector */
- long ctb_baud; /* 038: baud rate */
+ long ctb_term_type; /* 038: baud rate */
long ctb_put_sts; /* 040: PUTS callback extended status */
long ctb_get_sts; /* 048: GETS callback extended status */
long ctb_rsvd[1]; /* 050: reserved for console use */