]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit72874a3a02e868d5a81855096d9c160231f1eeee
tree6c68bbd22f14e8cfa42f4e2f5a18952086156321
parente254d273a7df63adab4cf84beea370f5a0957e57
[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]