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

sparc: Kill user copy check code.



For whatever reason GCC isn't able to figure things out in
the control flow (in particular when min() and max() expressions
are involved) on sparc as well as it can on x86.

So lots of useless incorrect user copy warnings get spewed and the
full-on compile failure mode of the user copy checks were never usable
on sparc at all.

People can debug these kinds of problems on x86.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b11287e8
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