commit | 7243cc05bafdda4c4de77cba00cf87666bd237f7 | [log] [tgz] |
---|---|---|
author | Ivan Kokshaysky <ink@jurassic.park.msu.ru> | Thu Sep 22 21:43:58 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Sep 22 22:17:34 2005 -0700 |
tree | a893a19e774de07face851ace998830ea1487612 | |
parent | 4b3c86a7452df8608c32a1c1f19c0cc0723c145f [diff] |
[PATCH] slab: alpha inlining fix It is essential that index_of() be inlined. But alpha undoes the gcc inlining hackery and index_of() ends up out-of-line. So fiddle with things to make that function inline again. Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>