OSDN Git Service

powerpc/pmac/smp: Drop unnecessary volatile qualifier
authorYueHaibing <yuehaibing@huawei.com>
Tue, 3 Mar 2020 08:56:04 +0000 (16:56 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2020 12:40:36 +0000 (23:40 +1100)
commita4037d1f1fc4e92b69d7196d4568c33078d465ea
tree469823056f7afda85d48ef94788e0ce9649cb933
parent9451c79bc39e610882bdd12370f01af5004a3c4f
powerpc/pmac/smp: Drop unnecessary volatile qualifier

core99_l2_cache/core99_l3_cache do not need to be marked as volatile,
remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200303085604.24952-1-yuehaibing@huawei.com
arch/powerpc/platforms/powermac/smp.c