Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2479 → Rev 2482

/trunk/uspace/lib/libc/arch/arm32/include/fibril.h/psthread.h
30,11 → 30,11
* @{
*/
/** @file
* @brief psthread related declarations.
* @brief Fibrils related declarations.
*/
 
#ifndef LIBC_arm32_PSTHREAD_H_
#define LIBC_arm32_PSTHREAD_H_
#ifndef LIBC_arm32_FIBRIL_H_
#define LIBC_arm32_FIBRIL_H_
 
#include <types.h>
#include <align.h>
63,7 → 63,7
(c)->tls = ((sysarg_t)(ptls)) + sizeof(tcb_t) + ARM_TP_OFFSET;
 
 
/** Thread context.
/** Fibril context.
*
* Only registers preserved accross function calls are included. r9 is used
* to store a TLS address. -ffixed-r9 gcc forces gcc not to use this