summaryrefslogtreecommitdiff
path: root/include/asm-sh/topology.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-08sh: Stub in cpu_to_node() and friends for NUMA build.Paul Mundt1-0/+11
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+1
[rebased for sched-devel/latest] - Add a new cpuset file, having levels: sched_relax_domain_level - Modify partition_sched_domains() and build_sched_domains() to take attributes parameter passed from cpuset. - Fill newidle_idx for node domains which currently unused but might be required if sched_relax_domain_level become higher. - We can change the default level by boot option 'relax_domain_level='. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-06-08sh: Support for multiple nodes.Paul Mundt1-0/+30
This adds basic support for multiple nodes on SH machines. This is primarily useful for boards with many different memory blocks that are otherwise unused (SH7722/SH7785 URAM and so forth). Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+6
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!