summaryrefslogtreecommitdiff
path: root/staging/modifications.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-03mausezahn: Fix non-ANSI function declarationsTobias Klauser1-1/+1
2014-06-02mausezahn: Don't use ternary operator to decide which function to callTobias Klauser1-1/+5
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+698
ec1014730353d'>af884cd4a5ae62fcf5e321fecf0ec1014730353d (diff)
proc: make struct pid_entry::len unsigned
"unsigned int" is better on x86_64 because it most of the time it autoexpands to 64-bit value while "int" requires MOVSX instruction. Link: http://lkml.kernel.org/r/20161029160810.GF1246@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat