]> rtime.felk.cvut.cz Git - linux-imx.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>
Sat, 2 Mar 2013 20:09:51 +0000 (20:09 +0000)
commit42682c6c42a5765b2c7cccfca170368fef6191ef
treeadcfa5e96cd98527ee75fc541efc279357bbe6a2
parentfdabf525b4b7aab3945c19eac39d3a65b68d0c4f
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]