[SPARC64]: Move topology init code into new file, sysfs.c
authorDavid S. Miller <davem@hutch.davemloft.net>
Sat, 2 Jun 2007 21:41:44 +0000 (14:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 5 Jun 2007 04:49:50 +0000 (21:49 -0700)
commiteff3414b7277c4792debfa227f5408238d925f16
tree6c68bbd22f14e8cfa42f4e2f5a18952086156321
parent5ecd3100e695228ac5e0ce0e325e252c0f11806f
[SPARC64]: Move topology init code into new file, sysfs.c

Also, use per-cpu data for struct cpu.  Calling kmalloc for
each cpu in topology_init() is just plain clumsy.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/setup.c
arch/sparc64/kernel/sysfs.c [new file with mode: 0644]