Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25959
b: refs/heads/master
c: 2600990
h: refs/heads/master
i:
  25957: 9b2b266
  25955: faa79e6
  25951: fc327b4
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent b658614 commit fff397b
Show file tree
Hide file tree
Showing 10 changed files with 1,308 additions and 395 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: bce1a28686ed6527977a198f698278b67c6bf9ec
refs/heads/master: 2600990e640e3bef29ed89d565864cf16ee83833
10 changes: 10 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,16 @@ 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 SB1_PASS_1_WORKAROUNDS
bool
depends on CPU_SB1_PASS_1
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ obj-$(CONFIG_SMP) += smp.o

obj-$(CONFIG_MIPS_MT_SMP) += smp_mt.o

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

Expand Down
Loading

0 comments on commit fff397b

Please sign in to comment.