Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 321 → Rev 322

/shark/trunk/oslib/kl/timeint.s
122,7 → 122,7
cmpw %ax,JmpSel
je apic_NoPreempt2
movw %ax,JmpSel
ljmp JmpZone /* DISPATCH! */
ljmp *JmpZone /* DISPATCH! */
#endif
apic_NoPreempt2:
 
234,7 → 234,7
cmpw %ax,JmpSel
je NoPreempt2
movw %ax,JmpSel
ljmp JmpZone /* DISPATCH! */
ljmp *JmpZone /* DISPATCH! */
#endif
NoPreempt2:
 
/shark/trunk/oslib/xlib/exc.s
386,7 → 386,7
cmpw JmpSel,%ax
je NoPreempt3
movw %ax,JmpSel
ljmp JmpZone
ljmp *JmpZone
#endif
NoPreempt3: popl %gs
popl %fs
475,7 → 475,7
cmpw JmpSel,%ax
je NoPreempt4
movw %ax,JmpSel
ljmp JmpZone
ljmp *JmpZone
#endif
NoPreempt4: popl %gs
popl %fs
567,7 → 567,7
cmpw JmpSel,%ax
je NoPreempt5
movw %ax,JmpSel
ljmp JmpZone
ljmp *JmpZone
#endif
NoPreempt5: popl %gs
popl %fs
/shark/trunk/oslib/xlib/ctx.s
88,7 → 88,7
cmpw JmpSel,%ax
je NoPreempt
movw %ax,JmpSel
ljmp JmpZone
ljmp *JmpZone
NoPreempt: popl %ebp
ret