/[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.12 by jrydberg, Sat Feb 16 14:58:49 2002 UTC revision 1.13 by jrydberg, Sun Feb 17 17:49:39 2002 UTC
# Line 159  _clock_from_user: Line 159  _clock_from_user:
159          ret              ret    
160    
161  _take_generic_interrupt:  _take_generic_interrupt:
162          movl    intr_fn_table(, %eax, 4), %ebx          movl    host_intr_evcs(, %eax, 4), %ebx
         movl    intr_fn_args(, %eax, 4), %ecx  
163          testl   %ebx, %ebx          testl   %ebx, %ebx
164          jz      0f          jz      0f
165            
166          pushl   %ecx          pushl   %ebx
167          pushl   %eax          call    eventcnt_signal
168          call    *%ebx          addl    $4, %esp
         addl    $8, %esp  
169  0:      ret  0:      ret
170    
171  /* System call entry point.  /* System call entry point.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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