]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mark several functions __always_inline
authorIngo Molnar <mingo@elte.hu>
Sat, 14 Jan 2006 21:21:30 +0000 (13:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:27:15 +0000 (18:27 -0800)
commit652050aec936fdd70ed9cbce1cd1ef30a7c9d117
treea2859991fd1c71d918c85c5a8b4bc63bb2c64808
parent9ab34fe76114b9538bfcaf3a9d112dee0feb5f17
[PATCH] mark several functions __always_inline

      Arjan van de Ven <arjan@infradead.org>

Mark a number of functions as 'must inline'.  The functions affected by this
patch need to be inlined because they use knowledge that their arguments are
constant so that most of the function optimizes away.  At this point this
patch does not change behavior, it's for documentation only (and for future
patches in the inline series)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/bitops.h
include/asm-i386/current.h
include/asm-i386/string.h
include/asm-i386/uaccess.h
include/asm-x86_64/fixmap.h
include/asm-x86_64/uaccess.h
include/linux/mm.h