Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 811 → Rev 812

/kernel/trunk/arch/mips32/src/mips32.c
115,7 → 115,7
/* Stack pointer saved when entering user mode */
/* TODO: How do we do it on SMP system???? */
 
/* Why the hell moves the linker the variable 64K away in assembler
/* Why the linker moves the variable 64K away in assembler
* when not in .text section ????????
*/
__address supervisor_sp __attribute__ ((section (".text")));