commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=b2643cf03a2669e69e0b47aacf2cce2c2aed1a95 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1
Signed-off-by: Steven Miao <[email protected]> --- drivers/staging/icc/core/protocol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/icc/core/protocol.c b/drivers/staging/icc/core/protocol.c index 0010cff..a3d7d41 100644 --- a/drivers/staging/icc/core/protocol.c +++ b/drivers/staging/icc/core/protocol.c @@ -1242,7 +1242,7 @@ static int sm_task_sendmsg(struct sm_message *message, struct sm_session *sessio sm_debug("%s msg type %x\n", __func__, (uint32_t)msg->type); switch (msg->type) { case SM_TASK_RUN: - flush_dcache_range(0x3C00000, 0x3FFFFFF); + flush_dcache_range(COREB_TASK_START, 0x3FFFFFF); task = (struct sm_task *)msg->payload; sm_debug("%s init addr%p\n", __func__, task->task_init); break;
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
