commit | 41c7ce9ad9a859871dffbe7dbc8b1f9571724e3c | [log] [tgz] |
---|---|---|
author | Nick Piggin <nickpiggin@yahoo.com.au> | Sat Jun 25 14:57:24 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:43 2005 -0700 |
tree | e6046310efc8b0c3ec71922eb86ea2d3da11b2f7 | |
parent | 4866cde064afbb6c2a488c265e696879de616daa [diff] |
[PATCH] sched: null domains Fix the last 2 places that directly access a runqueue's sched-domain and assume it cannot be NULL. That allows the use of NULL for domain, instead of a dummy domain, to signify no balancing is to happen. No functional changes. Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>