Subversion Repositories HelenOS

Rev

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

Rev 1837 Rev 1888
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
 
-
 
36
#include <arch.h>
35
#include <arch.h>
37
#include <arch/boot.h>
36
#include <arch/boot.h>
38
#include <arch/cp0.h>
37
#include <arch/cp0.h>
39
#include <arch/exception.h>
38
#include <arch/exception.h>
40
#include <arch/asm.h>
39
#include <arch/asm.h>
Line 177... Line 176...
177
unative_t sys_tls_set(unative_t addr)
176
unative_t sys_tls_set(unative_t addr)
178
{
177
{
179
    return 0;
178
    return 0;
180
}
179
}
181
 
180
 
182
 
-
 
183
/** @}
181
/** @}
184
 */
182
 */