Skip to content
Commit fe87f94f authored by Jesper Nilsson's avatar Jesper Nilsson Committed by Tejun Heo
Browse files

CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.



The DEFINE_PER_CPU of current_pgd was on CRIS defined using volatile,
which is not needed. Remove volatile.

Tested on an ARTPEC-3 (CRISv32) board.

tj: extern DEFINE_PER_CPU() replaced with DECLARE_PER_CPU()

[ Impact: code cleanup ]

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 405d967d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment