]> git.itanic.dy.fi Git - linux-stable/commit
xtensa: fix preemption in {clear,copy}_user_highpage
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 25 Feb 2016 20:27:51 +0000 (23:27 +0300)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 18 Apr 2016 12:49:28 +0000 (08:49 -0400)
commit223e720da8b5078f3a165754e338615f615107db
tree017b30a56a4c3b689ee7e2e9ef6def9a944a8ec1
parente8e05a75cac99144bda2618ea177f10e52a4dcfb
xtensa: fix preemption in {clear,copy}_user_highpage

[ Upstream commit a67cc9aa2dfc6e66addf240bbd79e16e01565e81 ]

Disabling pagefault makes little sense there, preemption disabling is
what was meant.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/xtensa/mm/cache.c