OSDN Git Service

nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage
authorVincent Chen <vincentc@andestech.com>
Mon, 14 May 2018 10:56:35 +0000 (18:56 +0800)
committerGreentime Hu <greentime@andestech.com>
Wed, 23 May 2018 05:26:22 +0000 (13:26 +0800)
commitaaaaba57509526ce924f997d8690ee9e0c93945a
treed91740ec7b04af9b924c205ccb8876dcb9c3f442
parent5b9f95699b2166e06b7d7820c8173fdbff0ddf35
nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage

In order to ensure that all data in source page has been written back
to memory before copy_page, the local irq shall be disabled before
calling cpu_dcache_wb_page(). In addition, removing unneeded page
invalidation for 'to' page.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Reviewed-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/nds32/mm/cacheflush.c