diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2019-11-07 05:01:14 +0100 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2019-11-11 19:44:52 +0100 |
commit | 28e6b875fdbb17ef57cc4343d8825e0d5770f427 (patch) | |
tree | e275b3c0a0110b7749804fd231843b1738908442 /arch/mips/kernel/smp-bmips.c | |
parent | MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usage (diff) | |
download | linux-28e6b875fdbb17ef57cc4343d8825e0d5770f427.tar.xz linux-28e6b875fdbb17ef57cc4343d8825e0d5770f427.zip |
MIPS: Drop pmon.h
There is no code still using pmon callvectors.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: chenhe@lemote.com
Diffstat (limited to 'arch/mips/kernel/smp-bmips.c')
-rw-r--r-- | arch/mips/kernel/smp-bmips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/smp-bmips.c b/arch/mips/kernel/smp-bmips.c index 712c15de6ab9..9058e9dcf080 100644 --- a/arch/mips/kernel/smp-bmips.c +++ b/arch/mips/kernel/smp-bmips.c @@ -31,7 +31,6 @@ #include <asm/pgtable.h> #include <asm/processor.h> #include <asm/bootinfo.h> -#include <asm/pmon.h> #include <asm/cacheflush.h> #include <asm/tlbflush.h> #include <asm/mipsregs.h> |