diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:59 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:59 -0400 |
commit | 4483b159168d3db41458925512523e44d0d49cd4 (patch) | |
tree | 9f03be0279218b7eebf6e339d3c81940df74ea87 /arch/mips/kernel/traps.c | |
parent | ea7a8463be6b5dd824bdf42b8f2af1d34f157877 (diff) |
MIPS: Provide more elevant interface cu2_notifier for CP2 extensions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Patchwork: https://patchwork.linux-mips.org/patch/1504/
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 852780868fb4..1515b673179d 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -907,11 +907,6 @@ static int default_cu2_call(struct notifier_block *nfb, unsigned long action, | |||
907 | return NOTIFY_OK; | 907 | return NOTIFY_OK; |
908 | } | 908 | } |
909 | 909 | ||
910 | static struct notifier_block default_cu2_notifier = { | ||
911 | .notifier_call = default_cu2_call, | ||
912 | .priority = 0x80000000, /* Run last */ | ||
913 | }; | ||
914 | |||
915 | asmlinkage void do_cpu(struct pt_regs *regs) | 910 | asmlinkage void do_cpu(struct pt_regs *regs) |
916 | { | 911 | { |
917 | unsigned int __user *epc; | 912 | unsigned int __user *epc; |
@@ -1734,5 +1729,5 @@ void __init trap_init(void) | |||
1734 | 1729 | ||
1735 | sort_extable(__start___dbe_table, __stop___dbe_table); | 1730 | sort_extable(__start___dbe_table, __stop___dbe_table); |
1736 | 1731 | ||
1737 | register_cu2_notifier(&default_cu2_notifier); | 1732 | cu2_notifier(default_cu2_call, 0x80000000); /* Run last */ |
1738 | } | 1733 | } |