]> git.karo-electronics.de Git - mv-sheeva.git/commit
replace nested max/min macros with {max,min}3 macro
authorHagen Paul Pfeifer <hagen@jauu.net>
Tue, 26 Oct 2010 21:22:23 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:12 +0000 (16:52 -0700)
commit732eacc0542d0aa48797f675888b85d6065af837
tree53205cea4b99cc8dfed8f59438cf4214ef6546ad
parentf27c85c56b32c42bcc54a43189c1e00fdceb23ec
replace nested max/min macros with {max,min}3 macro

Use the new {max,min}3 macros to save some cycles and bytes on the stack.
This patch substitutes trivial nested macros with their counterpart.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Cc: Joe Perches <joe@perches.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Roland Dreier <rolandd@cisco.com>
Cc: Sean Hefty <sean.hefty@intel.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/mach-ep93xx/clock.c
arch/powerpc/kernel/vio.c
arch/x86/kernel/cpu/intel_cacheinfo.c
drivers/crypto/hifn_795x.c
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/macintosh/windfarm_pm121.c
drivers/video/au1200fb.c
mm/slab.c