[PATCH] arch/ppc64: Replace custom MIN macro
authorTobias Klauser <tklauser@nuerscht.ch>
Fri, 6 May 2005 02:10:04 +0000 (12:10 +1000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 02:32:59 +0000 (19:32 -0700)
commit6741f3a7f9922391cd02b3ca1329e669497dc22f
treecda5ab7ce1bc4b36cb164e6daee18c7649348fb4
parentb6f0b0d016a254ff583fec26f2c9e21c1ae2fdf3
[PATCH] arch/ppc64: Replace custom MIN macro

Replace a custom MIN() macro with the min() macro from kernel.h
This patch removes 4 lines of redundant code.

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/signal.c