Files
linux/drivers/gpu/drm
Linus Torvalds 5b09c3edec x86: remove pointless uaccess_32.h complexity
I'm looking at trying to possibly merge the 32-bit and 64-bit versions
of the x86 uaccess.h implementation, but first this needs to be cleaned
up.

For example, the 32-bit version of "__copy_to_user_inatomic()" is mostly
the special cases for the constant size, and it's actually never
relevant.  Every user except for one aren't actually using a constant
size anyway, and the one user that uses it is better off just using
__put_user() instead.

So get rid of the unnecessary complexity.

[ The same cleanup should likely happen to __copy_from_user_inatomic()
  as well, but that one has a lot more users that I need to take a look
  at first ]

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-05-22 14:19:37 -07:00
..
2016-05-12 15:03:49 -04:00
2016-04-04 10:11:33 +01:00
2016-03-14 09:46:02 +10:00
2016-03-31 11:24:37 +02:00
2016-04-29 17:03:49 -07:00
2016-05-12 15:03:39 -04:00
2016-04-28 11:07:30 -07:00
2016-03-14 09:46:02 +10:00
2016-01-13 16:43:07 +01:00