]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0a06b9b2f69bacf67d16ac48aefc4574a81f203c
treecda5ab7ce1bc4b36cb164e6daee18c7649348fb4
parenteeb564557ab734c1cf08888431fe02a3717ce15a
[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