commit | 2d0ebb36038c0626cde662a3b06da9787cfb68c3 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 23 08:44:05 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 23 08:44:05 2005 -0800 |
tree | c4dc4bdf78f50432df16822b1ee01aa2df931e7e | |
parent | 1778d55edb62753a92b979fa57072c2e1ff3d062 [diff] |
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 <torvalds@osdl.org>