Subversion Repositories HelenOS

Rev

Rev 1917 | Rev 2055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1917 Rev 1977
Line 616... Line 616...
616
.org trap_table + (TT_FILL_0_NORMAL+512)*ENTRY_SIZE
616
.org trap_table + (TT_FILL_0_NORMAL+512)*ENTRY_SIZE
617
.global fill_0_normal_tl1
617
.global fill_0_normal_tl1
618
fill_0_normal_tl1:
618
fill_0_normal_tl1:
619
	FILL_NORMAL_HANDLER_KERNEL
619
	FILL_NORMAL_HANDLER_KERNEL
620
 
620
 
-
 
621
.align TABLE_SIZE
-
 
622
 
-
 
623
 
621
#define NOT(x)	((x) == 0)
624
#define NOT(x)	((x) == 0)
622
 
625
 
623
/* Preemptible trap handler for TL=1.
626
/* Preemptible trap handler for TL=1.
624
 *
627
 *
625
 * This trap handler makes arrangements to make calling of scheduler() from
628
 * This trap handler makes arrangements to make calling of scheduler() from