summaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-08-02 15:51:09 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-15 22:55:58 +1000
commit4cfac2f9c7f116af8516d0b3d0e7383189eca376 (patch)
tree1d695768b3d1f2bd3a37e389dbb9057d694c3cd3 /certs
parent86b19520e7ef5539eb081c76fe2f5c955180205f (diff)
downloadlinux-stable-4cfac2f9c7f116af8516d0b3d0e7383189eca376.tar.gz
linux-stable-4cfac2f9c7f116af8516d0b3d0e7383189eca376.tar.bz2
linux-stable-4cfac2f9c7f116af8516d0b3d0e7383189eca376.zip
powerpc/mm: Simplify __set_fixmap()
__set_fixmap() uses __fix_to_virt() then does the boundary checks by it self. Instead, we can use fix_to_virt() which does the verification at build time. For this, we need to use it inline so that GCC can see the real value of idx at buildtime. In the meantime, we remove the 'fixmaps' variable. This variable is set but has never been used from the beginning (commit 2c419bdeca1d9 ("[POWERPC] Port fixmap from x86 and use for kmap_atomic")) Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions