aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sched-domains.txt
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@engr.sgi.com>2005-09-06 15:16:46 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 16:57:21 -0700
commit201b6264ff3865090747f58f48e087c3a35e0dbc (patch)
tree0633a10394d402779465c821d9de57a5e3df2a4b /Documentation/sched-domains.txt
parent987132bb0b136c93cef5f195e7371bb98df64709 (diff)
[PATCH] radix-tree: Remove unnecessary indirections and clean up code
- There is frequent use of indirections in the radix code. This patch removes those indirections, makes the code more readable and allows the compilers to generate better code. - Removing indirections allows the removal of several casts. - Removing indirections allows the reduction of the radix_tree_path size from 3 to 2 words. - Use pathp-> consistently. - Remove unnecessary tmp variable in radix_tree_insert - Separate the upper layer processing from the lowest layer in __lookup() in order to make it easier to understand what is going on and allow compilers to generate better code for the loop. Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Nick Piggin <nickpiggin@yahoo.com.au> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/sched-domains.txt')
0 files changed, 0 insertions, 0 deletions