]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: SMP support
authorJames Hogan <james.hogan@imgtec.com>
Fri, 5 Oct 2012 15:56:56 +0000 (16:56 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 8 Feb 2013 09:53:05 +0000 (09:53 +0000)
commitf99e28ce042f51260a0bb5bd1b7afcc76f9401d2
treef21fb5736d729e4583ff2ad892203796961e5162
parent9957897bd4476a6f79b2046c0005cfe47e25326d
metag: SMP support

Add SMP support for metag. This allows Linux to take control of multiple
hardware threads on a single Meta core, treating them as separate Linux
CPUs.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/include/asm/cachepart.h [new file with mode: 0644]
arch/metag/include/asm/core_reg.h [new file with mode: 0644]
arch/metag/include/asm/smp.h [new file with mode: 0644]
arch/metag/include/asm/topology.h [new file with mode: 0644]
arch/metag/kernel/cachepart.c [new file with mode: 0644]
arch/metag/kernel/core_reg.c [new file with mode: 0644]
arch/metag/kernel/head.S
arch/metag/kernel/smp.c [new file with mode: 0644]
arch/metag/kernel/topology.c [new file with mode: 0644]