Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2482 → Rev 2775

/trunk/uspace/lib/libc/arch/mips32/include/tls.h/thread.h
35,9 → 35,16
 
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
 
#ifndef LIBC_mips32_THREAD_H_
#define LIBC_mips32_THREAD_H_
#ifndef LIBC_mips32_TLS_H_
#define LIBC_mips32_TLS_H_
 
/*
* FIXME: Note that the use of variant I contradicts the observations made in
* the note below. Nevertheless the scheme we have used for allocating and
* deallocatin TLS corresponds to TLS variant I.
*/
#define CONFIG_TLS_VARIANT_1
 
/* I did not find any specification (neither MIPS nor PowerPC), but
* as I found it
* - it uses Variant II