/[rtmk]/rtmk/i386/i386-locore.S
ViewVC logotype

Diff of /rtmk/i386/i386-locore.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:06:26 2001 UTC revision 1.2 by jrydberg, Sun Dec 9 21:20:09 2001 UTC
# Line 112  _clock_from_user: Line 112  _clock_from_user:
112          ret              ret    
113    
114  _take_generic_interrupt:  _take_generic_interrupt:
115            movl    intr_fn_table(, %eax, 4), %ebx
116            movl    intr_fn_args(, %eax, 4), %ecx
117            testl   %ebx, %ebx
118            jz      0f
119            
120            pushl   %ecx
121          pushl   %eax          pushl   %eax
122          call    cpu_generic_interrupt          call    *%ebx
123          pop     %eax          addl    $8, %esp
124          ret  0:      ret
125                                    
126    
127  /* All exceptions enter here with this state:  /* All exceptions enter here with this state:

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26