Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334339
b: refs/heads/master
c: 2551aeb
h: refs/heads/master
i:
  334337: 3ec5e1d
  334335: 5a91003
v: v3
  • Loading branch information
Ralf Baechle committed Oct 11, 2012
1 parent 901f4d3 commit b41bd3e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 463 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2eaaac508a7435dda92f9f16d612a1354ea3d7c4
refs/heads/master: 2551aebc670073530d15ee249c6e41afda82a98b
10 changes: 0 additions & 10 deletions trunk/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 trunk/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 trunk/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 b41bd3e

Please sign in to comment.