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

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

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

revision 1.6 by marcus, Fri Mar 19 19:00:18 2004 UTC revision 1.7 by marcus, Sat Jan 22 02:19:59 2005 UTC
# Line 31  _L4_utcb (void) Line 31  _L4_utcb (void)
31  {  {
32    _L4_word_t *utcb;    _L4_word_t *utcb;
33    
34    __asm__ __volatile__ ("movl %%gs:0, %[utcb]"    __asm__ __volatile__ ("movl %%gs:4, %[utcb]"
35                          : [utcb] "=r" (utcb));                          : [utcb] "=r" (utcb));
36    
37    return utcb;    return utcb;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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