Skip to content

Commit

Permalink
MIPS: MT: Remove kspd.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 11, 2012
1 parent 2eaaac5 commit 2551aeb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 462 deletions.
10 changes: 0 additions & 10 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2039,16 +2039,6 @@ config MIPS_VPE_APSP_API
depends on MIPS_VPE_LOADER
help

config MIPS_APSP_KSPD
bool "Enable KSPD"
depends on MIPS_VPE_APSP_API
default y
help
KSPD is a kernel daemon that accepts syscall requests from the SP
side, actions them and returns the results. It also handles the
"exit" syscall notifying other kernel modules the SP program is
exiting. You probably want to say yes here.

config MIPS_CMP
bool "MIPS CMP framework support"
depends on SYS_SUPPORTS_MIPS_CMP
Expand Down
4 changes: 0 additions & 4 deletions arch/mips/include/asm/kspd.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ struct kspd_notifications {
struct list_head list;
};

#ifdef CONFIG_MIPS_APSP_KSPD
extern void kspd_notify(struct kspd_notifications *notify);
#else
static inline void kspd_notify(struct kspd_notifications *notify)
{
}
#endif

#endif
1 change: 0 additions & 1 deletion arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ obj-$(CONFIG_CPU_MIPSR2) += spram.o

obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o
obj-$(CONFIG_MIPS_VPE_APSP_API) += rtlx.o
obj-$(CONFIG_MIPS_APSP_KSPD) += kspd.o

obj-$(CONFIG_I8259) += i8259.o
obj-$(CONFIG_IRQ_CPU) += irq_cpu.o
Expand Down
Loading

0 comments on commit 2551aeb

Please sign in to comment.