kernel-module-mcc: update which includes interrupt fixes

This updates the forked MCC kernel module to latest version. The new
version correctly enables/disables the CPU2CPU interrupts during
critical sections. This fix needs two new symbols provided by the
kernel:
- mscm_enable_cpu2cpu_irq
- mscm_disable_cpu2cpu_irq

Both are provided by the Linux kernel provided by the linux-toradex
4.0 recipe.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Stefan Agner 2015-06-11 09:56:18 +02:00 committed by Otavio Salvador
parent 8790884360
commit 7495dc402c

View File

@ -13,7 +13,7 @@ inherit module
SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=git;branch=${SRCBRANCH}"
SRCBRANCH = "master"
SRCREV = "6a089386787e0540c30cc12fe774f3481c82051c"
SRCREV = "d68c842ff871c7930c59366cf76b54c52a045a90"
S = "${WORKDIR}/git"