commit | 56008c04ebc099940021b714da2d7779117cf6a7 | [log] [tgz] |
---|---|---|
author | John David Anglin <dave.anglin@bell.net> | Tue Jul 25 17:23:35 2017 -0400 |
committer | Helge Deller <deller@gmx.de> | Tue Jul 25 23:36:54 2017 +0200 |
tree | 481921fdcfd0f2b964532baf1f7bd540809e3477 | |
parent | ae7a609c34b6fb12328c553b5f9aab26ae74a28e [diff] |
parisc: Extend disabled preemption in copy_user_page It's always bothered me that we only disable preemption in copy_user_page around the call to flush_dcache_page_asm. This patch extends this to after the copy. Signed-off-by: John David Anglin <dave.anglin@bell.net> Cc: stable@vger.kernel.org # 4.9+ Signed-off-by: Helge Deller <deller@gmx.de>