Skip to content
Commit aecc63ae authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'sparc32-srmmu-improve-type-safety-of-__nocache_fix'



Mike Rapoport says:

====================
sparc32: srmmu: improve type safety of __nocache_fix()

As discussed at [1] the __nocache_fix() macro in sparc's SRMMU can be made
type safe and so the compiler will yell anout misuse of pXd pointers for
which the __nocache_fix() is primarily used.

The first patch is an fix of such misuse that I've discovered after adding
type cast to __nocache_fix(), but to avoid breaking bisection I've made it
the first commit.

v2: rebased on v5.8-rc2+
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 7780918b c0d5b0c7
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