Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1101 → Rev 1102

/kernel/trunk/arch/mips32/include/context_offset.h
48,4 → 48,5
#define EOFFSET_HI 0x78
#define EOFFSET_STATUS 0x7c
#define EOFFSET_EPC 0x80
#define EOFFSET_K1 0x84
#define REGISTER_SPACE 136
/kernel/trunk/arch/mips32/include/exception.h
90,7 → 90,7
 
__u32 status; /* cp0_status */
__u32 epc; /* cp0_epc */
__u32 padding; /* padding to align stack on 8 bytes boundary */
__u32 k1; /* We use it as thread-local pointer */
};
 
extern void exception(istate_t *istate);