/[rtmk]/rtmk/user/rtmk/svc-i386.S
ViewVC logotype

Diff of /rtmk/user/rtmk/svc-i386.S

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

revision 1.2 by jrydberg, Sat Feb 16 15:11:26 2002 UTC revision 1.3 by jrydberg, Sun Feb 17 17:46:28 2002 UTC
# Line 22  Foundation, Inc., 59 Temple Place - Suit Line 22  Foundation, Inc., 59 Temple Place - Suit
22  #define SYS_thread_self         2  #define SYS_thread_self         2
23  #define SYS_thread_reply_port   3  #define SYS_thread_reply_port   3
24  #define SYS_task_self           4  #define SYS_task_self           4
25  #define SYS_port_deallocate     5  #define SYS_eventcnt_wait       5
26    #define SYS_port_deallocate     6
27    
28          .text          .text
29  ENTRY(rtmk_syscall)  ENTRY(rtmk_syscall)
# Line 65  ENTRY(port_deallocate) Line 66  ENTRY(port_deallocate)
66          int     $112          int     $112
67          ret          ret
68    
69    ENTRY(eventcnt_wait)
70            movl    $SYS_eventcnt_wait, %eax
71            int     $112
72          ret          ret

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

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