9
0
Fork 0

svn_rev_594

no interrupts
This commit is contained in:
Sascha Hauer 2007-07-05 18:02:08 +02:00 committed by Sascha Hauer
parent 6834609691
commit 129bcd7a4d
1 changed files with 4 additions and 1 deletions

View File

@ -233,8 +233,11 @@ ProgramCheck:
/* I guess we could implement decrementer, and may have
* to someday for timekeeping.
*/
#ifdef CONFIG_INTERRUPTS
STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
#else
STD_EXCEPTION(0x900, Decrementer, UnknownException)
#endif
STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
STD_EXCEPTION(0xc00, SystemCall, UnknownException)