commit | 397d2300b08cdee052053e362018cdb6dd65eea2 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu May 09 12:59:38 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue May 14 22:58:52 2019 +1000 |
tree | a6b19243288049b2e4dbda73bb7f3692bf1ba9de | |
parent | b970afcfcabd63cd3832e95db096439c177c3592 [diff] |
powerpc/32s: fix flush_hash_pages() on SMP flush_hash_pages() runs with data translation off, so current task_struct has to be accesssed using physical address. Fixes: f7354ccac844 ("powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU") Cc: stable@vger.kernel.org # v5.1+ Reported-by: Erhard F. <erhard_f@mailbox.org> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>