mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
8790884360
commit
7495dc402c
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user