On Fri, Aug 22, 2014 at 09:48:31AM +0530, Jayachandran C wrote: > commit bda4584cd943 ("MIPS: Support CPU topology files in sysfs") > added topology related macros for all MIPS platforms. This causes > compile failure for Netlogic platforms with errors like: > > arch/mips/include/asm/mach-netlogic/topology.h:14:0: error: "topology_physical_package_id" redefined [-Werror] > > Fix this by dropping Netlogic specific topology.h and setting up package > field in cpu data. I've already applied Guenter Roeck's patch https://patchwork.linux-mips.org/patch/7513/ as commit bbbf6d8768f5cac3523c408917083a111b1f3ffe [MIPS: Netlogic: Use MIPS topology.h] and the pull request for that one is out to Linus. So if you think your solution is nicer, please send a followup patch, > Signed-off-by: Jayachandran C <jchandra@xxxxxxxxxxxx> > --- > [Resending this, looks like linux-mips.org is down] Ironically the announcement of the new system also got affected by the email woes and only went out after resending it ... By now things should be all back to normal and I can't believe how much faster some operations such as git push have become! Ralf