aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-netlogic/topology.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-30MIPS: Netlogic: Fix uniprocessor compilationJayachandran C1-0/+2
The macros in topology.h need CONFIG_SMP, and the uniprocessor compilation fails due to this. Wrap the macros in an ifdef so that uniprocessor works. Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/6863/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-01-24MIPS: Netlogic: Add topology.h for XLP familyJayachandran C1-0/+20
Add mach-netlogic/topology.h which contains XLP cpu number to core and node mapping. Signed-off-by: Jayachandran C <jchandra@broadcom.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6271/