blob: 18f56a9dbcfa487831e30d86dff1e4688d006634 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
Ralf Baechle36ccf1c2006-02-14 21:04:54 +00006 * Copyright (C) 1994 - 1999, 2000, 01, 06 Ralf Baechle
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Copyright (C) 1995, 1996 Paul M. Antoine
8 * Copyright (C) 1998 Ulf Carlsson
9 * Copyright (C) 1999 Silicon Graphics, Inc.
10 * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
11 * Copyright (C) 2000, 01 MIPS Technologies, Inc.
Maciej W. Rozycki3b2396d2005-06-22 20:43:29 +000012 * Copyright (C) 2002, 2003, 2004, 2005 Maciej W. Rozycki
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/init.h>
15#include <linux/mm.h>
16#include <linux/module.h>
17#include <linux/sched.h>
18#include <linux/smp.h>
19#include <linux/smp_lock.h>
20#include <linux/spinlock.h>
21#include <linux/kallsyms.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000022#include <linux/bootmem.h>
Maxime Bizond4fd1982006-07-20 18:52:02 +020023#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25#include <asm/bootinfo.h>
26#include <asm/branch.h>
27#include <asm/break.h>
28#include <asm/cpu.h>
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +000029#include <asm/dsp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <asm/fpu.h>
Ralf Baechle340ee4b2005-08-17 17:44:08 +000031#include <asm/mipsregs.h>
32#include <asm/mipsmtregs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <asm/module.h>
34#include <asm/pgtable.h>
35#include <asm/ptrace.h>
36#include <asm/sections.h>
37#include <asm/system.h>
38#include <asm/tlbdebug.h>
39#include <asm/traps.h>
40#include <asm/uaccess.h>
41#include <asm/mmu_context.h>
42#include <asm/watch.h>
43#include <asm/types.h>
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +090044#include <asm/stacktrace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Ralf Baechlee4ac58a2006-04-03 17:56:36 +010046extern asmlinkage void handle_int(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070047extern asmlinkage void handle_tlbm(void);
48extern asmlinkage void handle_tlbl(void);
49extern asmlinkage void handle_tlbs(void);
50extern asmlinkage void handle_adel(void);
51extern asmlinkage void handle_ades(void);
52extern asmlinkage void handle_ibe(void);
53extern asmlinkage void handle_dbe(void);
54extern asmlinkage void handle_sys(void);
55extern asmlinkage void handle_bp(void);
56extern asmlinkage void handle_ri(void);
Atsushi Nemoto5b104962006-09-11 17:50:29 +090057extern asmlinkage void handle_ri_rdhwr_vivt(void);
58extern asmlinkage void handle_ri_rdhwr(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070059extern asmlinkage void handle_cpu(void);
60extern asmlinkage void handle_ov(void);
61extern asmlinkage void handle_tr(void);
62extern asmlinkage void handle_fpe(void);
63extern asmlinkage void handle_mdmx(void);
64extern asmlinkage void handle_watch(void);
Ralf Baechle340ee4b2005-08-17 17:44:08 +000065extern asmlinkage void handle_mt(void);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +000066extern asmlinkage void handle_dsp(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070067extern asmlinkage void handle_mcheck(void);
68extern asmlinkage void handle_reserved(void);
69
Ralf Baechle12616ed2005-10-18 10:26:46 +010070extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,
Atsushi Nemotoe04582b2006-10-09 00:10:01 +090071 struct mips_fpu_struct *ctx, int has_fpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
73void (*board_be_init)(void);
74int (*board_be_handler)(struct pt_regs *regs, int is_fixup);
Ralf Baechlee01402b2005-07-14 15:57:16 +000075void (*board_nmi_handler_setup)(void);
76void (*board_ejtag_handler_setup)(void);
77void (*board_bind_eic_interrupt)(int irq, int regset);
Linus Torvalds1da177e2005-04-16 15:20:36 -070078
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
Franck Bui-Huu4d157d52006-08-03 09:29:21 +020080static void show_raw_backtrace(unsigned long reg29)
Atsushi Nemotoe889d782006-07-25 23:51:36 +090081{
Franck Bui-Huu4d157d52006-08-03 09:29:21 +020082 unsigned long *sp = (unsigned long *)reg29;
Atsushi Nemotoe889d782006-07-25 23:51:36 +090083 unsigned long addr;
84
85 printk("Call Trace:");
86#ifdef CONFIG_KALLSYMS
87 printk("\n");
88#endif
Franck Bui-Huu87151ae2006-08-03 09:29:17 +020089 while (!kstack_end(sp)) {
90 addr = *sp++;
91 if (__kernel_text_address(addr))
92 print_ip_sym(addr);
Atsushi Nemotoe889d782006-07-25 23:51:36 +090093 }
94 printk("\n");
95}
96
Atsushi Nemotof66686f2006-07-29 23:27:20 +090097#ifdef CONFIG_KALLSYMS
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +090098int raw_show_trace;
Atsushi Nemotof66686f2006-07-29 23:27:20 +090099static int __init set_raw_show_trace(char *str)
100{
101 raw_show_trace = 1;
102 return 1;
103}
104__setup("raw_show_trace", set_raw_show_trace);
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +0900105#endif
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200106
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200107static void show_backtrace(struct task_struct *task, struct pt_regs *regs)
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900108{
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200109 unsigned long sp = regs->regs[29];
110 unsigned long ra = regs->regs[31];
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900111 unsigned long pc = regs->cp0_epc;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900112
113 if (raw_show_trace || !__kernel_text_address(pc)) {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200114 show_raw_backtrace(sp);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900115 return;
116 }
117 printk("Call Trace:\n");
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200118 do {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200119 print_ip_sym(pc);
Atsushi Nemoto19246002006-09-29 18:02:51 +0900120 pc = unwind_stack(task, &sp, pc, &ra);
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200121 } while (pc);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900122 printk("\n");
123}
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900124
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125/*
126 * This routine abuses get_user()/put_user() to reference pointers
127 * with at least a bit of error checking ...
128 */
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900129static void show_stacktrace(struct task_struct *task, struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130{
131 const int field = 2 * sizeof(unsigned long);
132 long stackdata;
133 int i;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900134 unsigned long *sp = (unsigned long *)regs->regs[29];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
136 printk("Stack :");
137 i = 0;
138 while ((unsigned long) sp & (PAGE_SIZE - 1)) {
139 if (i && ((i % (64 / field)) == 0))
140 printk("\n ");
141 if (i > 39) {
142 printk(" ...");
143 break;
144 }
145
146 if (__get_user(stackdata, sp++)) {
147 printk(" (Bad stack address)");
148 break;
149 }
150
151 printk(" %0*lx", field, stackdata);
152 i++;
153 }
154 printk("\n");
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200155 show_backtrace(task, regs);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900156}
157
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900158void show_stack(struct task_struct *task, unsigned long *sp)
159{
160 struct pt_regs regs;
161 if (sp) {
162 regs.regs[29] = (unsigned long)sp;
163 regs.regs[31] = 0;
164 regs.cp0_epc = 0;
165 } else {
166 if (task && task != current) {
167 regs.regs[29] = task->thread.reg29;
168 regs.regs[31] = 0;
169 regs.cp0_epc = task->thread.reg31;
170 } else {
171 prepare_frametrace(&regs);
172 }
173 }
174 show_stacktrace(task, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175}
176
177/*
178 * The architecture-independent dump_stack generator
179 */
180void dump_stack(void)
181{
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200182 struct pt_regs regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200184 prepare_frametrace(&regs);
185 show_backtrace(current, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186}
187
188EXPORT_SYMBOL(dump_stack);
189
190void show_code(unsigned int *pc)
191{
192 long i;
193
194 printk("\nCode:");
195
196 for(i = -3 ; i < 6 ; i++) {
197 unsigned int insn;
198 if (__get_user(insn, pc + i)) {
199 printk(" (Bad address in epc)\n");
200 break;
201 }
202 printk("%c%08x%c", (i?' ':'<'), insn, (i?' ':'>'));
203 }
204}
205
206void show_regs(struct pt_regs *regs)
207{
208 const int field = 2 * sizeof(unsigned long);
209 unsigned int cause = regs->cp0_cause;
210 int i;
211
212 printk("Cpu %d\n", smp_processor_id());
213
214 /*
215 * Saved main processor registers
216 */
217 for (i = 0; i < 32; ) {
218 if ((i % 4) == 0)
219 printk("$%2d :", i);
220 if (i == 0)
221 printk(" %0*lx", field, 0UL);
222 else if (i == 26 || i == 27)
223 printk(" %*s", field, "");
224 else
225 printk(" %0*lx", field, regs->regs[i]);
226
227 i++;
228 if ((i % 4) == 0)
229 printk("\n");
230 }
231
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100232#ifdef CONFIG_CPU_HAS_SMARTMIPS
233 printk("Acx : %0*lx\n", field, regs->acx);
234#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235 printk("Hi : %0*lx\n", field, regs->hi);
236 printk("Lo : %0*lx\n", field, regs->lo);
237
238 /*
239 * Saved cp0 registers
240 */
241 printk("epc : %0*lx ", field, regs->cp0_epc);
242 print_symbol("%s ", regs->cp0_epc);
243 printk(" %s\n", print_tainted());
244 printk("ra : %0*lx ", field, regs->regs[31]);
245 print_symbol("%s\n", regs->regs[31]);
246
247 printk("Status: %08x ", (uint32_t) regs->cp0_status);
248
Maciej W. Rozycki3b2396d2005-06-22 20:43:29 +0000249 if (current_cpu_data.isa_level == MIPS_CPU_ISA_I) {
250 if (regs->cp0_status & ST0_KUO)
251 printk("KUo ");
252 if (regs->cp0_status & ST0_IEO)
253 printk("IEo ");
254 if (regs->cp0_status & ST0_KUP)
255 printk("KUp ");
256 if (regs->cp0_status & ST0_IEP)
257 printk("IEp ");
258 if (regs->cp0_status & ST0_KUC)
259 printk("KUc ");
260 if (regs->cp0_status & ST0_IEC)
261 printk("IEc ");
262 } else {
263 if (regs->cp0_status & ST0_KX)
264 printk("KX ");
265 if (regs->cp0_status & ST0_SX)
266 printk("SX ");
267 if (regs->cp0_status & ST0_UX)
268 printk("UX ");
269 switch (regs->cp0_status & ST0_KSU) {
270 case KSU_USER:
271 printk("USER ");
272 break;
273 case KSU_SUPERVISOR:
274 printk("SUPERVISOR ");
275 break;
276 case KSU_KERNEL:
277 printk("KERNEL ");
278 break;
279 default:
280 printk("BAD_MODE ");
281 break;
282 }
283 if (regs->cp0_status & ST0_ERL)
284 printk("ERL ");
285 if (regs->cp0_status & ST0_EXL)
286 printk("EXL ");
287 if (regs->cp0_status & ST0_IE)
288 printk("IE ");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 printk("\n");
291
292 printk("Cause : %08x\n", cause);
293
294 cause = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
295 if (1 <= cause && cause <= 5)
296 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr);
297
298 printk("PrId : %08x\n", read_c0_prid());
299}
300
301void show_registers(struct pt_regs *regs)
302{
303 show_regs(regs);
304 print_modules();
305 printk("Process %s (pid: %d, threadinfo=%p, task=%p)\n",
306 current->comm, current->pid, current_thread_info(), current);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900307 show_stacktrace(current, regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 show_code((unsigned int *) regs->cp0_epc);
309 printk("\n");
310}
311
312static DEFINE_SPINLOCK(die_lock);
313
Ralf Baechle178086c2005-10-13 17:07:54 +0100314NORET_TYPE void ATTRIB_NORET die(const char * str, struct pt_regs * regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315{
316 static int die_counter;
Ralf Baechle41c594a2006-04-05 09:45:45 +0100317#ifdef CONFIG_MIPS_MT_SMTC
318 unsigned long dvpret = dvpe();
319#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
321 console_verbose();
322 spin_lock_irq(&die_lock);
Ralf Baechle41c594a2006-04-05 09:45:45 +0100323 bust_spinlocks(1);
324#ifdef CONFIG_MIPS_MT_SMTC
325 mips_mt_regdump(dvpret);
326#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechle178086c2005-10-13 17:07:54 +0100327 printk("%s[#%d]:\n", str, ++die_counter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 show_registers(regs);
329 spin_unlock_irq(&die_lock);
Maxime Bizond4fd1982006-07-20 18:52:02 +0200330
331 if (in_interrupt())
332 panic("Fatal exception in interrupt");
333
334 if (panic_on_oops) {
335 printk(KERN_EMERG "Fatal exception: panic in 5 seconds\n");
336 ssleep(5);
337 panic("Fatal exception");
338 }
339
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 do_exit(SIGSEGV);
341}
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343extern const struct exception_table_entry __start___dbe_table[];
344extern const struct exception_table_entry __stop___dbe_table[];
345
Ralf Baechleb6dcec92007-02-18 15:57:09 +0000346__asm__(
347" .section __dbe_table, \"a\"\n"
348" .previous \n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349
350/* Given an address, look for it in the exception tables. */
351static const struct exception_table_entry *search_dbe_tables(unsigned long addr)
352{
353 const struct exception_table_entry *e;
354
355 e = search_extable(__start___dbe_table, __stop___dbe_table - 1, addr);
356 if (!e)
357 e = search_module_dbetables(addr);
358 return e;
359}
360
361asmlinkage void do_be(struct pt_regs *regs)
362{
363 const int field = 2 * sizeof(unsigned long);
364 const struct exception_table_entry *fixup = NULL;
365 int data = regs->cp0_cause & 4;
366 int action = MIPS_BE_FATAL;
367
368 /* XXX For now. Fixme, this searches the wrong table ... */
369 if (data && !user_mode(regs))
370 fixup = search_dbe_tables(exception_epc(regs));
371
372 if (fixup)
373 action = MIPS_BE_FIXUP;
374
375 if (board_be_handler)
376 action = board_be_handler(regs, fixup != 0);
377
378 switch (action) {
379 case MIPS_BE_DISCARD:
380 return;
381 case MIPS_BE_FIXUP:
382 if (fixup) {
383 regs->cp0_epc = fixup->nextinsn;
384 return;
385 }
386 break;
387 default:
388 break;
389 }
390
391 /*
392 * Assume it would be too dangerous to continue ...
393 */
394 printk(KERN_ALERT "%s bus error, epc == %0*lx, ra == %0*lx\n",
395 data ? "Data" : "Instruction",
396 field, regs->cp0_epc, field, regs->regs[31]);
397 die_if_kernel("Oops", regs);
398 force_sig(SIGBUS, current);
399}
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401/*
402 * ll/sc emulation
403 */
404
405#define OPCODE 0xfc000000
406#define BASE 0x03e00000
407#define RT 0x001f0000
408#define OFFSET 0x0000ffff
409#define LL 0xc0000000
410#define SC 0xe0000000
Ralf Baechle3c370262005-04-13 17:43:59 +0000411#define SPEC3 0x7c000000
412#define RD 0x0000f800
413#define FUNC 0x0000003f
414#define RDHWR 0x0000003b
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415
416/*
417 * The ll_bit is cleared by r*_switch.S
418 */
419
420unsigned long ll_bit;
421
422static struct task_struct *ll_task = NULL;
423
424static inline void simulate_ll(struct pt_regs *regs, unsigned int opcode)
425{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000426 unsigned long value, __user *vaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 long offset;
428 int signal = 0;
429
430 /*
431 * analyse the ll instruction that just caused a ri exception
432 * and put the referenced address to addr.
433 */
434
435 /* sign extend offset */
436 offset = opcode & OFFSET;
437 offset <<= 16;
438 offset >>= 16;
439
Ralf Baechlefe00f942005-03-01 19:22:29 +0000440 vaddr = (unsigned long __user *)
441 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
443 if ((unsigned long)vaddr & 3) {
444 signal = SIGBUS;
445 goto sig;
446 }
447 if (get_user(value, vaddr)) {
448 signal = SIGSEGV;
449 goto sig;
450 }
451
452 preempt_disable();
453
454 if (ll_task == NULL || ll_task == current) {
455 ll_bit = 1;
456 } else {
457 ll_bit = 0;
458 }
459 ll_task = current;
460
461 preempt_enable();
462
Ralf Baechle6dd04682005-04-12 11:04:15 +0000463 compute_return_epc(regs);
464
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 regs->regs[(opcode & RT) >> 16] = value;
466
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 return;
468
469sig:
470 force_sig(signal, current);
471}
472
473static inline void simulate_sc(struct pt_regs *regs, unsigned int opcode)
474{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000475 unsigned long __user *vaddr;
476 unsigned long reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 long offset;
478 int signal = 0;
479
480 /*
481 * analyse the sc instruction that just caused a ri exception
482 * and put the referenced address to addr.
483 */
484
485 /* sign extend offset */
486 offset = opcode & OFFSET;
487 offset <<= 16;
488 offset >>= 16;
489
Ralf Baechlefe00f942005-03-01 19:22:29 +0000490 vaddr = (unsigned long __user *)
491 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 reg = (opcode & RT) >> 16;
493
494 if ((unsigned long)vaddr & 3) {
495 signal = SIGBUS;
496 goto sig;
497 }
498
499 preempt_disable();
500
501 if (ll_bit == 0 || ll_task != current) {
Ralf Baechle05b80422005-04-12 20:26:05 +0000502 compute_return_epc(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 regs->regs[reg] = 0;
504 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 return;
506 }
507
508 preempt_enable();
509
510 if (put_user(regs->regs[reg], vaddr)) {
511 signal = SIGSEGV;
512 goto sig;
513 }
514
Ralf Baechle6dd04682005-04-12 11:04:15 +0000515 compute_return_epc(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 regs->regs[reg] = 1;
517
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 return;
519
520sig:
521 force_sig(signal, current);
522}
523
524/*
525 * ll uses the opcode of lwc0 and sc uses the opcode of swc0. That is both
526 * opcodes are supposed to result in coprocessor unusable exceptions if
527 * executed on ll/sc-less processors. That's the theory. In practice a
528 * few processors such as NEC's VR4100 throw reserved instruction exceptions
529 * instead, so we're doing the emulation thing in both exception handlers.
530 */
531static inline int simulate_llsc(struct pt_regs *regs)
532{
533 unsigned int opcode;
534
Ralf Baechlee5679882006-11-30 01:14:47 +0000535 if (get_user(opcode, (unsigned int __user *) exception_epc(regs)))
536 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537
538 if ((opcode & OPCODE) == LL) {
539 simulate_ll(regs, opcode);
540 return 0;
541 }
542 if ((opcode & OPCODE) == SC) {
543 simulate_sc(regs, opcode);
544 return 0;
545 }
546
547 return -EFAULT; /* Strange things going on ... */
Ralf Baechlee5679882006-11-30 01:14:47 +0000548
549out_sigsegv:
550 force_sig(SIGSEGV, current);
551 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552}
553
Ralf Baechle3c370262005-04-13 17:43:59 +0000554/*
555 * Simulate trapping 'rdhwr' instructions to provide user accessible
556 * registers not implemented in hardware. The only current use of this
557 * is the thread area pointer.
558 */
559static inline int simulate_rdhwr(struct pt_regs *regs)
560{
Al Virodc8f6022006-01-12 01:06:07 -0800561 struct thread_info *ti = task_thread_info(current);
Ralf Baechle3c370262005-04-13 17:43:59 +0000562 unsigned int opcode;
563
Ralf Baechlee5679882006-11-30 01:14:47 +0000564 if (get_user(opcode, (unsigned int __user *) exception_epc(regs)))
565 goto out_sigsegv;
Ralf Baechle3c370262005-04-13 17:43:59 +0000566
567 if (unlikely(compute_return_epc(regs)))
568 return -EFAULT;
569
570 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
571 int rd = (opcode & RD) >> 11;
572 int rt = (opcode & RT) >> 16;
573 switch (rd) {
574 case 29:
575 regs->regs[rt] = ti->tp_value;
Daniel Jacobowitz56ebd512005-11-26 22:34:41 -0500576 return 0;
Ralf Baechle3c370262005-04-13 17:43:59 +0000577 default:
578 return -EFAULT;
579 }
580 }
581
Daniel Jacobowitz56ebd512005-11-26 22:34:41 -0500582 /* Not ours. */
583 return -EFAULT;
Ralf Baechlee5679882006-11-30 01:14:47 +0000584
585out_sigsegv:
586 force_sig(SIGSEGV, current);
587 return -EFAULT;
Ralf Baechle3c370262005-04-13 17:43:59 +0000588}
589
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590asmlinkage void do_ov(struct pt_regs *regs)
591{
592 siginfo_t info;
593
Ralf Baechle36ccf1c2006-02-14 21:04:54 +0000594 die_if_kernel("Integer overflow", regs);
595
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 info.si_code = FPE_INTOVF;
597 info.si_signo = SIGFPE;
598 info.si_errno = 0;
Ralf Baechlefe00f942005-03-01 19:22:29 +0000599 info.si_addr = (void __user *) regs->cp0_epc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 force_sig_info(SIGFPE, &info, current);
601}
602
603/*
604 * XXX Delayed fp exceptions when doing a lazy ctx switch XXX
605 */
606asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31)
607{
Chris Dearman57725f92006-06-30 23:35:28 +0100608 die_if_kernel("FP exception in kernel code", regs);
609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 if (fcr31 & FPU_CSR_UNI_X) {
611 int sig;
612
613 preempt_disable();
614
Ralf Baechlecd21dfc2005-04-28 13:39:10 +0000615#ifdef CONFIG_PREEMPT
616 if (!is_fpu_owner()) {
617 /* We might lose fpu before disabling preempt... */
618 own_fpu();
619 BUG_ON(!used_math());
620 restore_fp(current);
621 }
622#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 /*
Ralf Baechlea3dddd52006-03-11 08:18:41 +0000624 * Unimplemented operation exception. If we've got the full
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 * software emulator on-board, let's use it...
626 *
627 * Force FPU to dump state into task/thread context. We're
628 * moving a lot of data here for what is probably a single
629 * instruction, but the alternative is to pre-decode the FP
630 * register operands before invoking the emulator, which seems
631 * a bit extreme for what should be an infrequent event.
632 */
633 save_fp(current);
Ralf Baechlecd21dfc2005-04-28 13:39:10 +0000634 /* Ensure 'resume' not overwrite saved fp context again. */
635 lose_fpu();
636
637 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638
639 /* Run the emulator */
Atsushi Nemotoe04582b2006-10-09 00:10:01 +0900640 sig = fpu_emulator_cop1Handler (regs, &current->thread.fpu, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Ralf Baechlecd21dfc2005-04-28 13:39:10 +0000642 preempt_disable();
643
644 own_fpu(); /* Using the FPU again. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 /*
646 * We can't allow the emulated instruction to leave any of
647 * the cause bit set in $fcr31.
648 */
Atsushi Nemotoeae89072006-05-16 01:26:03 +0900649 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650
651 /* Restore the hardware register state */
652 restore_fp(current);
653
654 preempt_enable();
655
656 /* If something went wrong, signal */
657 if (sig)
658 force_sig(sig, current);
659
660 return;
661 }
662
663 force_sig(SIGFPE, current);
664}
665
666asmlinkage void do_bp(struct pt_regs *regs)
667{
668 unsigned int opcode, bcode;
669 siginfo_t info;
670
Ralf Baechlee5679882006-11-30 01:14:47 +0000671 if (get_user(opcode, (unsigned int __user *) exception_epc(regs)))
672 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673
674 /*
675 * There is the ancient bug in the MIPS assemblers that the break
676 * code starts left to bit 16 instead to bit 6 in the opcode.
677 * Gas is bug-compatible, but not always, grrr...
678 * We handle both cases with a simple heuristics. --macro
679 */
680 bcode = ((opcode >> 6) & ((1 << 20) - 1));
681 if (bcode < (1 << 10))
682 bcode <<= 10;
683
684 /*
685 * (A short test says that IRIX 5.3 sends SIGTRAP for all break
686 * insns, even for break codes that indicate arithmetic failures.
687 * Weird ...)
688 * But should we continue the brokenness??? --macro
689 */
690 switch (bcode) {
691 case BRK_OVERFLOW << 10:
692 case BRK_DIVZERO << 10:
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100693 die_if_kernel("Break instruction in kernel code", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 if (bcode == (BRK_DIVZERO << 10))
695 info.si_code = FPE_INTDIV;
696 else
697 info.si_code = FPE_INTOVF;
698 info.si_signo = SIGFPE;
699 info.si_errno = 0;
Ralf Baechlefe00f942005-03-01 19:22:29 +0000700 info.si_addr = (void __user *) regs->cp0_epc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701 force_sig_info(SIGFPE, &info, current);
702 break;
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100703 case BRK_BUG:
704 die("Kernel bug detected", regs);
705 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 default:
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100707 die_if_kernel("Break instruction in kernel code", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 force_sig(SIGTRAP, current);
709 }
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900710 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000711
712out_sigsegv:
713 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714}
715
716asmlinkage void do_tr(struct pt_regs *regs)
717{
718 unsigned int opcode, tcode = 0;
719 siginfo_t info;
720
Ralf Baechlee5679882006-11-30 01:14:47 +0000721 if (get_user(opcode, (unsigned int __user *) exception_epc(regs)))
722 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723
724 /* Immediate versions don't provide a code. */
725 if (!(opcode & OPCODE))
726 tcode = ((opcode >> 6) & ((1 << 10) - 1));
727
728 /*
729 * (A short test says that IRIX 5.3 sends SIGTRAP for all trap
730 * insns, even for trap codes that indicate arithmetic failures.
731 * Weird ...)
732 * But should we continue the brokenness??? --macro
733 */
734 switch (tcode) {
735 case BRK_OVERFLOW:
736 case BRK_DIVZERO:
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100737 die_if_kernel("Trap instruction in kernel code", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 if (tcode == BRK_DIVZERO)
739 info.si_code = FPE_INTDIV;
740 else
741 info.si_code = FPE_INTOVF;
742 info.si_signo = SIGFPE;
743 info.si_errno = 0;
Ralf Baechlefe00f942005-03-01 19:22:29 +0000744 info.si_addr = (void __user *) regs->cp0_epc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 force_sig_info(SIGFPE, &info, current);
746 break;
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100747 case BRK_BUG:
748 die("Kernel bug detected", regs);
749 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 default:
Ralf Baechle63dc68a2006-10-16 01:38:50 +0100751 die_if_kernel("Trap instruction in kernel code", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 force_sig(SIGTRAP, current);
753 }
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900754 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000755
756out_sigsegv:
757 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758}
759
760asmlinkage void do_ri(struct pt_regs *regs)
761{
762 die_if_kernel("Reserved instruction in kernel code", regs);
763
764 if (!cpu_has_llsc)
765 if (!simulate_llsc(regs))
766 return;
767
Ralf Baechle3c370262005-04-13 17:43:59 +0000768 if (!simulate_rdhwr(regs))
769 return;
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 force_sig(SIGILL, current);
772}
773
774asmlinkage void do_cpu(struct pt_regs *regs)
775{
776 unsigned int cpid;
777
778 die_if_kernel("do_cpu invoked from kernel context!", regs);
779
780 cpid = (regs->cp0_cause >> CAUSEB_CE) & 3;
781
782 switch (cpid) {
783 case 0:
Ralf Baechle3c370262005-04-13 17:43:59 +0000784 if (!cpu_has_llsc)
785 if (!simulate_llsc(regs))
786 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
Ralf Baechle3c370262005-04-13 17:43:59 +0000788 if (!simulate_rdhwr(regs))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 return;
Ralf Baechle3c370262005-04-13 17:43:59 +0000790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791 break;
792
793 case 1:
794 preempt_disable();
795
796 own_fpu();
797 if (used_math()) { /* Using the FPU again. */
798 restore_fp(current);
799 } else { /* First time FPU user. */
800 init_fpu();
801 set_used_math();
802 }
803
Atsushi Nemotoe04582b2006-10-09 00:10:01 +0900804 if (cpu_has_fpu) {
805 preempt_enable();
806 } else {
807 int sig;
808 preempt_enable();
809 sig = fpu_emulator_cop1Handler(regs,
810 &current->thread.fpu, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 if (sig)
812 force_sig(sig, current);
Ralf Baechlef088fc82006-04-05 09:45:47 +0100813#ifdef CONFIG_MIPS_MT_FPAFF
814 else {
815 /*
816 * MIPS MT processors may have fewer FPU contexts
817 * than CPU threads. If we've emulated more than
818 * some threshold number of instructions, force
819 * migration to a "CPU" that has FP support.
820 */
821 if(mt_fpemul_threshold > 0
822 && ((current->thread.emulated_fp++
823 > mt_fpemul_threshold))) {
824 /*
825 * If there's no FPU present, or if the
826 * application has already restricted
827 * the allowed set to exclude any CPUs
828 * with FPUs, we'll skip the procedure.
829 */
830 if (cpus_intersects(current->cpus_allowed,
831 mt_fpu_cpumask)) {
832 cpumask_t tmask;
833
834 cpus_and(tmask,
835 current->thread.user_cpus_allowed,
836 mt_fpu_cpumask);
837 set_cpus_allowed(current, tmask);
838 current->thread.mflags |= MF_FPUBOUND;
839 }
840 }
841 }
842#endif /* CONFIG_MIPS_MT_FPAFF */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 }
844
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 return;
846
847 case 2:
848 case 3:
Ralf Baechle41c594a2006-04-05 09:45:45 +0100849 die_if_kernel("do_cpu invoked from kernel context!", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 break;
851 }
852
853 force_sig(SIGILL, current);
854}
855
856asmlinkage void do_mdmx(struct pt_regs *regs)
857{
858 force_sig(SIGILL, current);
859}
860
861asmlinkage void do_watch(struct pt_regs *regs)
862{
863 /*
864 * We use the watch exception where available to detect stack
865 * overflows.
866 */
867 dump_tlb_all();
868 show_regs(regs);
869 panic("Caught WATCH exception - probably caused by stack overflow.");
870}
871
872asmlinkage void do_mcheck(struct pt_regs *regs)
873{
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100874 const int field = 2 * sizeof(unsigned long);
875 int multi_match = regs->cp0_status & ST0_TS;
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 show_regs(regs);
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100878
879 if (multi_match) {
880 printk("Index : %0x\n", read_c0_index());
881 printk("Pagemask: %0x\n", read_c0_pagemask());
882 printk("EntryHi : %0*lx\n", field, read_c0_entryhi());
883 printk("EntryLo0: %0*lx\n", field, read_c0_entrylo0());
884 printk("EntryLo1: %0*lx\n", field, read_c0_entrylo1());
885 printk("\n");
886 dump_tlb_all();
887 }
888
889 show_code((unsigned int *) regs->cp0_epc);
890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 /*
892 * Some chips may have other causes of machine check (e.g. SB1
893 * graduation timer)
894 */
895 panic("Caught Machine Check exception - %scaused by multiple "
896 "matching entries in the TLB.",
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100897 (multi_match) ? "" : "not ");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898}
899
Ralf Baechle340ee4b2005-08-17 17:44:08 +0000900asmlinkage void do_mt(struct pt_regs *regs)
901{
Ralf Baechle41c594a2006-04-05 09:45:45 +0100902 int subcode;
903
Ralf Baechle41c594a2006-04-05 09:45:45 +0100904 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT)
905 >> VPECONTROL_EXCPT_SHIFT;
906 switch (subcode) {
907 case 0:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100908 printk(KERN_DEBUG "Thread Underflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100909 break;
910 case 1:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100911 printk(KERN_DEBUG "Thread Overflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100912 break;
913 case 2:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100914 printk(KERN_DEBUG "Invalid YIELD Qualifier\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100915 break;
916 case 3:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100917 printk(KERN_DEBUG "Gating Storage Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100918 break;
919 case 4:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100920 printk(KERN_DEBUG "YIELD Scheduler Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100921 break;
922 case 5:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100923 printk(KERN_DEBUG "Gating Storage Schedulier Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +0100924 break;
925 default:
Chris Dearmane35a5e32006-06-30 14:19:45 +0100926 printk(KERN_DEBUG "*** UNKNOWN THREAD EXCEPTION %d ***\n",
Ralf Baechle41c594a2006-04-05 09:45:45 +0100927 subcode);
928 break;
929 }
Ralf Baechle340ee4b2005-08-17 17:44:08 +0000930 die_if_kernel("MIPS MT Thread exception in kernel", regs);
931
932 force_sig(SIGILL, current);
933}
934
935
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +0000936asmlinkage void do_dsp(struct pt_regs *regs)
937{
938 if (cpu_has_dsp)
939 panic("Unexpected DSP exception\n");
940
941 force_sig(SIGILL, current);
942}
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944asmlinkage void do_reserved(struct pt_regs *regs)
945{
946 /*
947 * Game over - no way to handle this if it ever occurs. Most probably
948 * caused by a new unknown cpu type or after another deadly
949 * hard/software error.
950 */
951 show_regs(regs);
952 panic("Caught reserved exception %ld - should not happen.",
953 (regs->cp0_cause & 0x7f) >> 2);
954}
955
Ralf Baechlee01402b2005-07-14 15:57:16 +0000956asmlinkage void do_default_vi(struct pt_regs *regs)
957{
958 show_regs(regs);
959 panic("Caught unexpected vectored interrupt.");
960}
961
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962/*
963 * Some MIPS CPUs can enable/disable for cache parity detection, but do
964 * it different ways.
965 */
966static inline void parity_protection_init(void)
967{
968 switch (current_cpu_data.cputype) {
969 case CPU_24K:
Nigel Stephens98a41de2006-04-27 15:50:32 +0100970 case CPU_34K:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 case CPU_5KC:
Ralf Baechle14f18b72005-03-01 18:15:08 +0000972 write_c0_ecc(0x80000000);
973 back_to_back_c0_hazard();
974 /* Set the PE bit (bit 31) in the c0_errctl register. */
975 printk(KERN_INFO "Cache parity protection %sabled\n",
976 (read_c0_ecc() & 0x80000000) ? "en" : "dis");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977 break;
978 case CPU_20KC:
979 case CPU_25KF:
980 /* Clear the DE bit (bit 16) in the c0_status register. */
981 printk(KERN_INFO "Enable cache parity protection for "
982 "MIPS 20KC/25KF CPUs.\n");
983 clear_c0_status(ST0_DE);
984 break;
985 default:
986 break;
987 }
988}
989
990asmlinkage void cache_parity_error(void)
991{
992 const int field = 2 * sizeof(unsigned long);
993 unsigned int reg_val;
994
995 /* For the moment, report the problem and hang. */
996 printk("Cache error exception:\n");
997 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc());
998 reg_val = read_c0_cacheerr();
999 printk("c0_cacheerr == %08x\n", reg_val);
1000
1001 printk("Decoded c0_cacheerr: %s cache fault in %s reference.\n",
1002 reg_val & (1<<30) ? "secondary" : "primary",
1003 reg_val & (1<<31) ? "data" : "insn");
1004 printk("Error bits: %s%s%s%s%s%s%s\n",
1005 reg_val & (1<<29) ? "ED " : "",
1006 reg_val & (1<<28) ? "ET " : "",
1007 reg_val & (1<<26) ? "EE " : "",
1008 reg_val & (1<<25) ? "EB " : "",
1009 reg_val & (1<<24) ? "EI " : "",
1010 reg_val & (1<<23) ? "E1 " : "",
1011 reg_val & (1<<22) ? "E0 " : "");
1012 printk("IDX: 0x%08x\n", reg_val & ((1<<22)-1));
1013
Ralf Baechleec917c2c2005-10-07 16:58:15 +01001014#if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 if (reg_val & (1<<22))
1016 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0());
1017
1018 if (reg_val & (1<<23))
1019 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1());
1020#endif
1021
1022 panic("Can't handle the cache error!");
1023}
1024
1025/*
1026 * SDBBP EJTAG debug exception handler.
1027 * We skip the instruction and return to the next instruction.
1028 */
1029void ejtag_exception_handler(struct pt_regs *regs)
1030{
1031 const int field = 2 * sizeof(unsigned long);
1032 unsigned long depc, old_epc;
1033 unsigned int debug;
1034
Chris Dearman70ae6122006-06-30 12:32:37 +01001035 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 depc = read_c0_depc();
1037 debug = read_c0_debug();
Chris Dearman70ae6122006-06-30 12:32:37 +01001038 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 if (debug & 0x80000000) {
1040 /*
1041 * In branch delay slot.
1042 * We cheat a little bit here and use EPC to calculate the
1043 * debug return address (DEPC). EPC is restored after the
1044 * calculation.
1045 */
1046 old_epc = regs->cp0_epc;
1047 regs->cp0_epc = depc;
1048 __compute_return_epc(regs);
1049 depc = regs->cp0_epc;
1050 regs->cp0_epc = old_epc;
1051 } else
1052 depc += 4;
1053 write_c0_depc(depc);
1054
1055#if 0
Chris Dearman70ae6122006-06-30 12:32:37 +01001056 printk(KERN_DEBUG "\n\n----- Enable EJTAG single stepping ----\n\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057 write_c0_debug(debug | 0x100);
1058#endif
1059}
1060
1061/*
1062 * NMI exception handler.
1063 */
1064void nmi_exception_handler(struct pt_regs *regs)
1065{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001066#ifdef CONFIG_MIPS_MT_SMTC
1067 unsigned long dvpret = dvpe();
1068 bust_spinlocks(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 printk("NMI taken!!!!\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001070 mips_mt_regdump(dvpret);
1071#else
1072 bust_spinlocks(1);
1073 printk("NMI taken!!!!\n");
1074#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 die("NMI", regs);
1076 while(1) ;
1077}
1078
Ralf Baechlee01402b2005-07-14 15:57:16 +00001079#define VECTORSPACING 0x100 /* for EI/VI mode */
1080
1081unsigned long ebase;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082unsigned long exception_handlers[32];
Ralf Baechlee01402b2005-07-14 15:57:16 +00001083unsigned long vi_handlers[64];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
1085/*
1086 * As a side effect of the way this is implemented we're limited
1087 * to interrupt handlers in the address range from
1088 * KSEG0 <= x < KSEG0 + 256mb on the Nevada. Oh well ...
1089 */
1090void *set_except_vector(int n, void *addr)
1091{
1092 unsigned long handler = (unsigned long) addr;
1093 unsigned long old_handler = exception_handlers[n];
1094
1095 exception_handlers[n] = handler;
1096 if (n == 0 && cpu_has_divec) {
Ralf Baechlee01402b2005-07-14 15:57:16 +00001097 *(volatile u32 *)(ebase + 0x200) = 0x08000000 |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 (0x03ffffff & (handler >> 2));
Ralf Baechlee01402b2005-07-14 15:57:16 +00001099 flush_icache_range(ebase + 0x200, ebase + 0x204);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100 }
1101 return (void *)old_handler;
1102}
1103
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001104#ifdef CONFIG_CPU_MIPSR2_SRS
Ralf Baechlee01402b2005-07-14 15:57:16 +00001105/*
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001106 * MIPSR2 shadow register set allocation
Ralf Baechlee01402b2005-07-14 15:57:16 +00001107 * FIXME: SMP...
1108 */
1109
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001110static struct shadow_registers {
1111 /*
1112 * Number of shadow register sets supported
1113 */
1114 unsigned long sr_supported;
1115 /*
1116 * Bitmap of allocated shadow registers
1117 */
1118 unsigned long sr_allocated;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001119} shadow_registers;
1120
Ralf Baechlebb12d612006-04-05 09:45:49 +01001121static void mips_srs_init(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001122{
Ralf Baechlee01402b2005-07-14 15:57:16 +00001123 shadow_registers.sr_supported = ((read_c0_srsctl() >> 26) & 0x0f) + 1;
Yoichi Yuasa3ab0f402006-10-31 13:44:38 +09001124 printk(KERN_INFO "%ld MIPSR2 register sets available\n",
Ralf Baechle7acb7832006-03-29 14:11:22 +01001125 shadow_registers.sr_supported);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001126 shadow_registers.sr_allocated = 1; /* Set 0 used by kernel */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001127}
1128
1129int mips_srs_max(void)
1130{
1131 return shadow_registers.sr_supported;
1132}
1133
Ralf Baechleff3eab22006-03-29 14:12:58 +01001134int mips_srs_alloc(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001135{
1136 struct shadow_registers *sr = &shadow_registers;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001137 int set;
1138
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001139again:
1140 set = find_first_zero_bit(&sr->sr_allocated, sr->sr_supported);
1141 if (set >= sr->sr_supported)
1142 return -1;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001143
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001144 if (test_and_set_bit(set, &sr->sr_allocated))
1145 goto again;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001146
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001147 return set;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001148}
1149
Ralf Baechle41c594a2006-04-05 09:45:45 +01001150void mips_srs_free(int set)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001151{
1152 struct shadow_registers *sr = &shadow_registers;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001153
Ralf Baechle193dd2c2006-04-04 15:09:06 +01001154 clear_bit(set, &sr->sr_allocated);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001155}
1156
Ralf Baechleb4d05cb2006-03-29 14:09:14 +01001157static void *set_vi_srs_handler(int n, void *addr, int srs)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001158{
1159 unsigned long handler;
1160 unsigned long old_handler = vi_handlers[n];
1161 u32 *w;
1162 unsigned char *b;
1163
1164 if (!cpu_has_veic && !cpu_has_vint)
1165 BUG();
1166
1167 if (addr == NULL) {
1168 handler = (unsigned long) do_default_vi;
1169 srs = 0;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001170 } else
Ralf Baechlee01402b2005-07-14 15:57:16 +00001171 handler = (unsigned long) addr;
1172 vi_handlers[n] = (unsigned long) addr;
1173
1174 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING);
1175
1176 if (srs >= mips_srs_max())
1177 panic("Shadow register set %d not supported", srs);
1178
1179 if (cpu_has_veic) {
1180 if (board_bind_eic_interrupt)
1181 board_bind_eic_interrupt (n, srs);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001182 } else if (cpu_has_vint) {
Ralf Baechlee01402b2005-07-14 15:57:16 +00001183 /* SRSMap is only defined if shadow sets are implemented */
1184 if (mips_srs_max() > 1)
1185 change_c0_srsmap (0xf << n*4, srs << n*4);
1186 }
1187
1188 if (srs == 0) {
1189 /*
1190 * If no shadow set is selected then use the default handler
1191 * that does normal register saving and a standard interrupt exit
1192 */
1193
1194 extern char except_vec_vi, except_vec_vi_lui;
1195 extern char except_vec_vi_ori, except_vec_vi_end;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001196#ifdef CONFIG_MIPS_MT_SMTC
1197 /*
1198 * We need to provide the SMTC vectored interrupt handler
1199 * not only with the address of the handler, but with the
1200 * Status.IM bit to be masked before going there.
1201 */
1202 extern char except_vec_vi_mori;
1203 const int mori_offset = &except_vec_vi_mori - &except_vec_vi;
1204#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001205 const int handler_len = &except_vec_vi_end - &except_vec_vi;
1206 const int lui_offset = &except_vec_vi_lui - &except_vec_vi;
1207 const int ori_offset = &except_vec_vi_ori - &except_vec_vi;
1208
1209 if (handler_len > VECTORSPACING) {
1210 /*
1211 * Sigh... panicing won't help as the console
1212 * is probably not configured :(
1213 */
1214 panic ("VECTORSPACING too small");
1215 }
1216
1217 memcpy (b, &except_vec_vi, handler_len);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001218#ifdef CONFIG_MIPS_MT_SMTC
1219 if (n > 7)
1220 printk("Vector index %d exceeds SMTC maximum\n", n);
1221 w = (u32 *)(b + mori_offset);
1222 *w = (*w & 0xffff0000) | (0x100 << n);
1223#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001224 w = (u32 *)(b + lui_offset);
1225 *w = (*w & 0xffff0000) | (((u32)handler >> 16) & 0xffff);
1226 w = (u32 *)(b + ori_offset);
1227 *w = (*w & 0xffff0000) | ((u32)handler & 0xffff);
1228 flush_icache_range((unsigned long)b, (unsigned long)(b+handler_len));
1229 }
1230 else {
1231 /*
1232 * In other cases jump directly to the interrupt handler
1233 *
1234 * It is the handlers responsibility to save registers if required
1235 * (eg hi/lo) and return from the exception using "eret"
1236 */
1237 w = (u32 *)b;
1238 *w++ = 0x08000000 | (((u32)handler >> 2) & 0x03fffff); /* j handler */
1239 *w = 0;
1240 flush_icache_range((unsigned long)b, (unsigned long)(b+8));
1241 }
1242
1243 return (void *)old_handler;
1244}
1245
Ralf Baechle41c594a2006-04-05 09:45:45 +01001246void *set_vi_handler(int n, void *addr)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001247{
Ralf Baechleff3eab22006-03-29 14:12:58 +01001248 return set_vi_srs_handler(n, addr, 0);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001249}
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001250
1251#else
1252
1253static inline void mips_srs_init(void)
1254{
1255}
1256
1257#endif /* CONFIG_CPU_MIPSR2_SRS */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259/*
1260 * This is used by native signal handling
1261 */
1262asmlinkage int (*save_fp_context)(struct sigcontext *sc);
1263asmlinkage int (*restore_fp_context)(struct sigcontext *sc);
1264
1265extern asmlinkage int _save_fp_context(struct sigcontext *sc);
1266extern asmlinkage int _restore_fp_context(struct sigcontext *sc);
1267
1268extern asmlinkage int fpu_emulator_save_context(struct sigcontext *sc);
1269extern asmlinkage int fpu_emulator_restore_context(struct sigcontext *sc);
1270
Ralf Baechle41c594a2006-04-05 09:45:45 +01001271#ifdef CONFIG_SMP
1272static int smp_save_fp_context(struct sigcontext *sc)
1273{
1274 return cpu_has_fpu
1275 ? _save_fp_context(sc)
1276 : fpu_emulator_save_context(sc);
1277}
1278
1279static int smp_restore_fp_context(struct sigcontext *sc)
1280{
1281 return cpu_has_fpu
1282 ? _restore_fp_context(sc)
1283 : fpu_emulator_restore_context(sc);
1284}
1285#endif
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287static inline void signal_init(void)
1288{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001289#ifdef CONFIG_SMP
1290 /* For now just do the cpu_has_fpu check when the functions are invoked */
1291 save_fp_context = smp_save_fp_context;
1292 restore_fp_context = smp_restore_fp_context;
1293#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294 if (cpu_has_fpu) {
1295 save_fp_context = _save_fp_context;
1296 restore_fp_context = _restore_fp_context;
1297 } else {
1298 save_fp_context = fpu_emulator_save_context;
1299 restore_fp_context = fpu_emulator_restore_context;
1300 }
Ralf Baechle41c594a2006-04-05 09:45:45 +01001301#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302}
1303
1304#ifdef CONFIG_MIPS32_COMPAT
1305
1306/*
1307 * This is used by 32-bit signal stuff on the 64-bit kernel
1308 */
1309asmlinkage int (*save_fp_context32)(struct sigcontext32 *sc);
1310asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc);
1311
1312extern asmlinkage int _save_fp_context32(struct sigcontext32 *sc);
1313extern asmlinkage int _restore_fp_context32(struct sigcontext32 *sc);
1314
1315extern asmlinkage int fpu_emulator_save_context32(struct sigcontext32 *sc);
1316extern asmlinkage int fpu_emulator_restore_context32(struct sigcontext32 *sc);
1317
1318static inline void signal32_init(void)
1319{
1320 if (cpu_has_fpu) {
1321 save_fp_context32 = _save_fp_context32;
1322 restore_fp_context32 = _restore_fp_context32;
1323 } else {
1324 save_fp_context32 = fpu_emulator_save_context32;
1325 restore_fp_context32 = fpu_emulator_restore_context32;
1326 }
1327}
1328#endif
1329
1330extern void cpu_cache_init(void);
1331extern void tlb_init(void);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001332extern void flush_tlb_handlers(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333
1334void __init per_cpu_trap_init(void)
1335{
1336 unsigned int cpu = smp_processor_id();
1337 unsigned int status_set = ST0_CU0;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001338#ifdef CONFIG_MIPS_MT_SMTC
1339 int secondaryTC = 0;
1340 int bootTC = (cpu == 0);
1341
1342 /*
1343 * Only do per_cpu_trap_init() for first TC of Each VPE.
1344 * Note that this hack assumes that the SMTC init code
1345 * assigns TCs consecutively and in ascending order.
1346 */
1347
1348 if (((read_c0_tcbind() & TCBIND_CURTC) != 0) &&
1349 ((read_c0_tcbind() & TCBIND_CURVPE) == cpu_data[cpu - 1].vpe_id))
1350 secondaryTC = 1;
1351#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352
1353 /*
1354 * Disable coprocessors and select 32-bit or 64-bit addressing
1355 * and the 16/32 or 32/32 FPR register model. Reset the BEV
1356 * flag that some firmware may have left set and the TS bit (for
1357 * IP27). Set XX for ISA IV code to work.
1358 */
Ralf Baechle875d43e2005-09-03 15:56:16 -07001359#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360 status_set |= ST0_FR|ST0_KX|ST0_SX|ST0_UX;
1361#endif
1362 if (current_cpu_data.isa_level == MIPS_CPU_ISA_IV)
1363 status_set |= ST0_XX;
Ralf Baechleb38c7392006-02-07 01:20:43 +00001364 change_c0_status(ST0_CU|ST0_MX|ST0_RE|ST0_FR|ST0_BEV|ST0_TS|ST0_KX|ST0_SX|ST0_UX,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 status_set);
1366
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001367 if (cpu_has_dsp)
1368 set_c0_status(ST0_MX);
1369
Ralf Baechlee01402b2005-07-14 15:57:16 +00001370#ifdef CONFIG_CPU_MIPSR2
1371 write_c0_hwrena (0x0000000f); /* Allow rdhwr to all registers */
1372#endif
1373
Ralf Baechle41c594a2006-04-05 09:45:45 +01001374#ifdef CONFIG_MIPS_MT_SMTC
1375 if (!secondaryTC) {
1376#endif /* CONFIG_MIPS_MT_SMTC */
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 /*
Ralf Baechlee01402b2005-07-14 15:57:16 +00001379 * Interrupt handling.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001381 if (cpu_has_veic || cpu_has_vint) {
1382 write_c0_ebase (ebase);
1383 /* Setting vector spacing enables EI/VI mode */
1384 change_c0_intctl (0x3e0, VECTORSPACING);
1385 }
Ralf Baechled03d0a52005-08-17 13:44:26 +00001386 if (cpu_has_divec) {
1387 if (cpu_has_mipsmt) {
1388 unsigned int vpflags = dvpe();
1389 set_c0_cause(CAUSEF_IV);
1390 evpe(vpflags);
1391 } else
1392 set_c0_cause(CAUSEF_IV);
1393 }
Ralf Baechle41c594a2006-04-05 09:45:45 +01001394#ifdef CONFIG_MIPS_MT_SMTC
1395 }
1396#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397
1398 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;
1399 TLBMISS_HANDLER_SETUP();
1400
1401 atomic_inc(&init_mm.mm_count);
1402 current->active_mm = &init_mm;
1403 BUG_ON(current->mm);
1404 enter_lazy_tlb(&init_mm, current);
1405
Ralf Baechle41c594a2006-04-05 09:45:45 +01001406#ifdef CONFIG_MIPS_MT_SMTC
1407 if (bootTC) {
1408#endif /* CONFIG_MIPS_MT_SMTC */
1409 cpu_cache_init();
1410 tlb_init();
1411#ifdef CONFIG_MIPS_MT_SMTC
1412 }
1413#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414}
1415
Ralf Baechlee01402b2005-07-14 15:57:16 +00001416/* Install CPU exception handler */
1417void __init set_handler (unsigned long offset, void *addr, unsigned long size)
1418{
1419 memcpy((void *)(ebase + offset), addr, size);
1420 flush_icache_range(ebase + offset, ebase + offset + size);
1421}
1422
1423/* Install uncached CPU exception handler */
1424void __init set_uncached_handler (unsigned long offset, void *addr, unsigned long size)
1425{
1426#ifdef CONFIG_32BIT
1427 unsigned long uncached_ebase = KSEG1ADDR(ebase);
1428#endif
1429#ifdef CONFIG_64BIT
1430 unsigned long uncached_ebase = TO_UNCAC(ebase);
1431#endif
1432
1433 memcpy((void *)(uncached_ebase + offset), addr, size);
1434}
1435
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001436static int __initdata rdhwr_noopt;
1437static int __init set_rdhwr_noopt(char *str)
1438{
1439 rdhwr_noopt = 1;
1440 return 1;
1441}
1442
1443__setup("rdhwr_noopt", set_rdhwr_noopt);
1444
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445void __init trap_init(void)
1446{
1447 extern char except_vec3_generic, except_vec3_r4000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 extern char except_vec4;
1449 unsigned long i;
1450
Ralf Baechlee01402b2005-07-14 15:57:16 +00001451 if (cpu_has_veic || cpu_has_vint)
1452 ebase = (unsigned long) alloc_bootmem_low_pages (0x200 + VECTORSPACING*64);
1453 else
1454 ebase = CAC_BASE;
1455
Ralf Baechlee01402b2005-07-14 15:57:16 +00001456 mips_srs_init();
Ralf Baechlee01402b2005-07-14 15:57:16 +00001457
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458 per_cpu_trap_init();
1459
1460 /*
1461 * Copy the generic exception handlers to their final destination.
1462 * This will be overriden later as suitable for a particular
1463 * configuration.
1464 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001465 set_handler(0x180, &except_vec3_generic, 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466
1467 /*
1468 * Setup default vectors
1469 */
1470 for (i = 0; i <= 31; i++)
1471 set_except_vector(i, handle_reserved);
1472
1473 /*
1474 * Copy the EJTAG debug exception vector handler code to it's final
1475 * destination.
1476 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001477 if (cpu_has_ejtag && board_ejtag_handler_setup)
1478 board_ejtag_handler_setup ();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
1480 /*
1481 * Only some CPUs have the watch exceptions.
1482 */
1483 if (cpu_has_watch)
1484 set_except_vector(23, handle_watch);
1485
1486 /*
Ralf Baechlee01402b2005-07-14 15:57:16 +00001487 * Initialise interrupt handlers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001489 if (cpu_has_veic || cpu_has_vint) {
1490 int nvec = cpu_has_veic ? 64 : 8;
1491 for (i = 0; i < nvec; i++)
Ralf Baechleff3eab22006-03-29 14:12:58 +01001492 set_vi_handler(i, NULL);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001493 }
1494 else if (cpu_has_divec)
1495 set_handler(0x200, &except_vec4, 0x8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496
1497 /*
1498 * Some CPUs can enable/disable for cache parity detection, but does
1499 * it different ways.
1500 */
1501 parity_protection_init();
1502
1503 /*
1504 * The Data Bus Errors / Instruction Bus Errors are signaled
1505 * by external hardware. Therefore these two exceptions
1506 * may have board specific handlers.
1507 */
1508 if (board_be_init)
1509 board_be_init();
1510
Ralf Baechlee4ac58a2006-04-03 17:56:36 +01001511 set_except_vector(0, handle_int);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 set_except_vector(1, handle_tlbm);
1513 set_except_vector(2, handle_tlbl);
1514 set_except_vector(3, handle_tlbs);
1515
1516 set_except_vector(4, handle_adel);
1517 set_except_vector(5, handle_ades);
1518
1519 set_except_vector(6, handle_ibe);
1520 set_except_vector(7, handle_dbe);
1521
1522 set_except_vector(8, handle_sys);
1523 set_except_vector(9, handle_bp);
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001524 set_except_vector(10, rdhwr_noopt ? handle_ri :
1525 (cpu_has_vtag_icache ?
1526 handle_ri_rdhwr_vivt : handle_ri_rdhwr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 set_except_vector(11, handle_cpu);
1528 set_except_vector(12, handle_ov);
1529 set_except_vector(13, handle_tr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
1531 if (current_cpu_data.cputype == CPU_R6000 ||
1532 current_cpu_data.cputype == CPU_R6000A) {
1533 /*
1534 * The R6000 is the only R-series CPU that features a machine
1535 * check exception (similar to the R4000 cache error) and
1536 * unaligned ldc1/sdc1 exception. The handlers have not been
1537 * written yet. Well, anyway there is no R6000 machine on the
1538 * current list of targets for Linux/MIPS.
1539 * (Duh, crap, there is someone with a triple R6k machine)
1540 */
1541 //set_except_vector(14, handle_mc);
1542 //set_except_vector(15, handle_ndc);
1543 }
1544
Ralf Baechlee01402b2005-07-14 15:57:16 +00001545
1546 if (board_nmi_handler_setup)
1547 board_nmi_handler_setup();
1548
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001549 if (cpu_has_fpu && !cpu_has_nofpuex)
1550 set_except_vector(15, handle_fpe);
1551
1552 set_except_vector(22, handle_mdmx);
1553
1554 if (cpu_has_mcheck)
1555 set_except_vector(24, handle_mcheck);
1556
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001557 if (cpu_has_mipsmt)
1558 set_except_vector(25, handle_mt);
1559
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001560 if (cpu_has_dsp)
1561 set_except_vector(26, handle_dsp);
1562
1563 if (cpu_has_vce)
1564 /* Special exception: R4[04]00 uses also the divec space. */
1565 memcpy((void *)(CAC_BASE + 0x180), &except_vec3_r4000, 0x100);
1566 else if (cpu_has_4kex)
1567 memcpy((void *)(CAC_BASE + 0x180), &except_vec3_generic, 0x80);
1568 else
1569 memcpy((void *)(CAC_BASE + 0x080), &except_vec3_generic, 0x80);
1570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 signal_init();
1572#ifdef CONFIG_MIPS32_COMPAT
1573 signal32_init();
1574#endif
1575
Ralf Baechlee01402b2005-07-14 15:57:16 +00001576 flush_icache_range(ebase, ebase + 0x400);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001577 flush_tlb_handlers();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578}