Fix the RTC code so it is in the cchip, only interrupt processors that
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Feb 2004 21:51:19 +0000 (16:51 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Feb 2004 21:51:19 +0000 (16:51 -0500)
commit4768c72964569824356ec01aa53bddb3fe4e1a78
tree30448791ea31a6d7f7ce536eb3093f222b2c7450
parentdb940dd0b08f020326c20bc983af5d3483656491
Fix the RTC code so it is in the cchip, only interrupt processors that
are present

dev/tsunami_cchip.cc:
    Only need to interrupt processors that are there
    Move RTC interrupt code into a function
dev/tsunami_cchip.hh:
    Make a RTC interrupt function, move variables out of public scope
dev/tsunami_io.cc:
    Make a call to the RTC interrupt routine instead

--HG--
extra : convert_revision : 88113664d0e54a7dddc00ec11ff9b9d088232b31
dev/tsunami_cchip.cc
dev/tsunami_cchip.hh
dev/tsunami_io.cc