]> git.karo-electronics.de Git - mv-sheeva.git/commit
sh: Break out cpuinfo_op procfs bits.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 1 Nov 2010 16:44:25 +0000 (12:44 -0400)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 9 Nov 2010 07:40:16 +0000 (16:40 +0900)
commita9b27bcc6acf2491609f51aa592ec67311d4518d
tree623ffa9d7d65843f172ff296a63e7feb5a123af7
parentf020c92de48246510623162fb22d60d91810cc56
sh: Break out cpuinfo_op procfs bits.

Presently this is all inlined in setup.c, which is not really the place
for it. Follow the x86 example and split it out into its own file.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/Makefile
arch/sh/kernel/cpu/proc.c [new file with mode: 0644]
arch/sh/kernel/setup.c