From: Linus Torvalds Date: Wed, 23 Nov 2005 16:44:05 +0000 (-0800) Subject: Revert "[NET]: Shut up warnings in net/core/flow.c" X-Git-Tag: v2.6.15-rc3~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0ebb36038c0626cde662a3b06da9787cfb68c3;p=pandora-kernel.git Revert "[NET]: Shut up warnings in net/core/flow.c" This reverts commit af2b4079ab154bd12e8c12b02db5f31b31babe63 Changing the #define to an inline function breaks on non-SMP builds, since wuite a few places in the kernel do not implement the ipi handler when compiling for UP. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed