/[hurd]/hurd-l4/physmem/ia32-cmain.c
ViewVC logotype

Diff of /hurd-l4/physmem/ia32-cmain.c

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

revision 1.3 by marcus, Fri Mar 19 20:04:17 2004 UTC revision 1.4 by marcus, Fri Oct 29 03:15:31 2004 UTC
# Line 95  switch_thread (l4_thread_id_t from, l4_t Line 95  switch_thread (l4_thread_id_t from, l4_t
95        
96    /* We need a bit of extra space on the stack for    /* We need a bit of extra space on the stack for
97       l4_thread_switch.  */       l4_thread_switch.  */
98    __thread_set_stack_pointer (small_sub_stack);    __thread_set_stack_pointer (small_sub_stack + sizeof (small_sub_stack));
99    
100    /* We can't use while(1), because then gcc will become clever and    /* We can't use while(1), because then gcc will become clever and
101       optimize away everything after thread_switch_entry.  */       optimize away everything after thread_switch_entry.  */

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