our first interrupt
authorAli Saidi <saidi@eecs.umich.edu>
Wed, 28 Jan 2004 23:12:52 +0000 (18:12 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Wed, 28 Jan 2004 23:12:52 +0000 (18:12 -0500)
commitb6fba57065d42f12274e83d885a3af048e2daa78
tree62cc0cac418a3e2fe10df6d716e925dad04605e6
parent3ccc0b1f968e3efaeccda65e06f862c899678312
our first interrupt

cpu/exetrace.cc:
    added looking for symbols at PC+4 and PC+8 thanks to gcc skiping
    setting the gp where it can and jumping <func>+8
dev/console.cc:
    commented out weird interrupt per nate's suggestion
dev/tsunami_cchip.cc:
    moved rtc flag to correct bit
dev/tsunami_io.cc:
    time interrupt will be 1024Hz and at some point be configurable by
    linux
dev/tsunami_io.hh:
    Timer interrupt will be 1024hz for now and in the future be
    configurable by linux

--HG--
extra : convert_revision : 2fcc924c8848eb3c6166d9d517617ed193a2b89a
cpu/exetrace.cc
dev/console.cc
dev/tsunami_cchip.cc
dev/tsunami_io.cc
dev/tsunami_io.hh