Rev 958 | Rev 1096 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 958 | Rev 1054 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | __u32 lo; |
88 | __u32 lo; |
89 | __u32 hi; |
89 | __u32 hi; |
90 | 90 | ||
91 | __u32 status; /* cp0_status */ |
91 | __u32 status; /* cp0_status */ |
92 | __u32 epc; /* cp0_epc */ |
92 | __u32 epc; /* cp0_epc */ |
- | 93 | __u32 padding; /* padding to align stack on 8 bytes boundary */ |
|
93 | }; |
94 | }; |
94 | 95 | ||
95 | extern void exception(istate_t *istate); |
96 | extern void exception(istate_t *istate); |
96 | extern void tlb_refill_entry(void); |
97 | extern void tlb_refill_entry(void); |
97 | extern void exception_entry(void); |
98 | extern void exception_entry(void); |