Subversion Repositories HelenOS-historic

Rev

Rev 1119 | Rev 1184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1119 Rev 1121
Line 107... Line 107...
107
         */
107
         */
108
        i8254_normal_operation();
108
        i8254_normal_operation();
109
    }
109
    }
110
}
110
}
111
 
111
 
112
/** Set Thread-local-storeage pointer
112
/** Set thread-local-storage pointer
113
 *
113
 *
114
 * TLS pointer is set in GS register. That means, the GS contains
114
 * TLS pointer is set in GS register. That means, the GS contains
115
 * selector, and the descriptor->base is the correct address.
115
 * selector, and the descriptor->base is the correct address.
116
 */
116
 */
117
__native sys_tls_set(__native addr)
117
__native sys_tls_set(__native addr)