/[hurd]/hurd-l4/libl4/ia32/l4/bits/syscall.h
ViewVC logotype

Diff of /hurd-l4/libl4/ia32/l4/bits/syscall.h

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

revision 1.8 by neal, Thu Jan 6 11:44:44 2005 UTC revision 1.9 by marcus, Sat Jan 22 02:19:59 2005 UTC
# Line 316  _L4_memory_control (_L4_word_t control, Line 316  _L4_memory_control (_L4_word_t control,
316    
317    return result;    return result;
318  }  }
319    
320    
321    static inline void
322    _L4_attribute_always_inline
323    _L4_set_gs0 (_L4_word_t user_gs0)
324    {
325      __asm__ __volatile__ ("push %%ebp\n"
326                            "call *__l4_set_gs0\n"
327                            "pop %%ebp\n"
328                            :
329                            : "a" (user_gs0)
330                            : "ecx", "edx", "esi", "edi", "ebx");
331    }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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