commit | 0baae41ea8365a7b5a34c6474a77d7eb1126f6b2 | [log] [tgz] |
---|---|---|
author | Scotty Bauer <sbauer@eng.utah.edu> | Thu Oct 09 15:30:26 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 09 22:26:04 2014 -0400 |
tree | d923df01089d7b360f226c19ac7230c216a45a4b | |
parent | ec94fc3d59b54561da03a0e433d93217b08c1481 [diff] |
kernel/sys.c: compat sysinfo syscall: fix undefined behavior Fix undefined behavior and compiler warning by replacing right shift 32 with upper_32_bits macro Signed-off-by: Scotty Bauer <sbauer@eng.utah.edu> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>