From: James Bottomley Date: Sun, 26 Feb 2006 23:07:45 +0000 (-0600) Subject: [PATCH] fix voyager after topology.c move X-Git-Tag: v2.6.16-rc5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18f9b4be430189d79a01a75734bf7cfdc22cc3f;p=pandora-kernel.git [PATCH] fix voyager after topology.c move Commit 9c869edac591977314323a4eaad5f7633fca684f broke voyager again rather subtly because it already had its own topology exporting functions, so now each CPU gets registered twice. I think we can actually use the generic ones, so I don't propose reverting it. The attached should eliminate the voyager topology functions in favour of the generic ones. I also added a define to ensure voyager is never hotplug CPU (we don't have the support in the SMP harness). Signed-off-by: James Bottomley Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed