Re: [PATCH] add scheduler domains for ia64
From: Nick Piggin
Date: Fri Aug 13 2004 - 22:26:01 EST
Jesse Barnes wrote:
Nick, how does this look? It adds scheduler domain code for ia64 and replaces
the patch in Andrew's tree. It also adds SD_NODE_INIT macros to each arch
that has ARCH_HAS_SCHED_DOMAIN so that the balance values are more easily
tweaked. Since the cpu span of the nodes on ia64 is smaller than the whole
system, I also removed a WARN_ON in active_load_balance, but I'm not sure if
that's correct.
Hi Jesse,
Andrew's latest tree should have a number of improvements and changes
to the sched domains code which you will need to synch up to.
One issue you may have is that Ingo removed the ability to have arch
code override the domain structure due to it being too hazardous for
architectures to use in this form (which I don't entirely disagree with).
Now I guess your patch could go into the generic code because it is
pretty general - however are you guys going to want to do anything
more fancy with these things?
Nick
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/