/[rtmk]/rtmk/i386/tm-i386.h
ViewVC logotype

Diff of /rtmk/i386/tm-i386.h

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

revision 1.3 by jrydberg, Tue Dec 11 02:15:17 2001 UTC revision 1.4 by jrydberg, Wed Dec 12 02:31:09 2001 UTC
# Line 180  extern void load_context (struct thread Line 180  extern void load_context (struct thread
180  extern void cpu_call_continuation (void (*continuation) ());  extern void cpu_call_continuation (void (*continuation) ());
181  #define CALL_CONTINUATION(CONT) cpu_call_continuation (CONT)  #define CALL_CONTINUATION(CONT) cpu_call_continuation (CONT)
182    
183    /* Initialize machine dependent parts of THREAD.  */
184    
185    extern void initialize_pcb (struct thread *thread);
186    #define THREAD_INITIALIZE_PCB(THREAD) initialize_pcb (THREAD)
187    
188    
189    
190  /* SMP (multiprocessor) related stuff.  */  /* SMP (multiprocessor) related stuff.  */
191    

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

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