mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 22:55:11 +00:00
sparc32: Remove sparc_lvl15_nmi().
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
96061a91a1
commit
c1e3cb54f2
1 changed files with 0 additions and 15 deletions
|
@ -59,21 +59,6 @@ unsigned long probe_memory(void)
|
||||||
return total;
|
return total;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Whee, a level 15 NMI interrupt memory error. Let's have fun... */
|
|
||||||
asmlinkage void sparc_lvl15_nmi(struct pt_regs *regs, unsigned long serr,
|
|
||||||
unsigned long svaddr, unsigned long aerr,
|
|
||||||
unsigned long avaddr)
|
|
||||||
{
|
|
||||||
printk("FAULT: NMI received\n");
|
|
||||||
printk("SREGS: Synchronous Error %08lx\n", serr);
|
|
||||||
printk(" Synchronous Vaddr %08lx\n", svaddr);
|
|
||||||
printk(" Asynchronous Error %08lx\n", aerr);
|
|
||||||
printk(" Asynchronous Vaddr %08lx\n", avaddr);
|
|
||||||
printk("REGISTER DUMP:\n");
|
|
||||||
show_regs(regs);
|
|
||||||
prom_halt();
|
|
||||||
}
|
|
||||||
|
|
||||||
static void unhandled_fault(unsigned long, struct task_struct *,
|
static void unhandled_fault(unsigned long, struct task_struct *,
|
||||||
struct pt_regs *) __attribute__ ((noreturn));
|
struct pt_regs *) __attribute__ ((noreturn));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue