From: Benjamin Herrenschmidt Date: Mon, 23 May 2005 06:54:14 +0000 (+1000) Subject: [PATCH] ppc64: Fix g5 hw timebase sync X-Git-Tag: v2.6.12-rc5~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10d20c1f192aa90fc935207f22da32462e793ee;p=pandora-kernel.git [PATCH] ppc64: Fix g5 hw timebase sync The hardware sync of the timebase on SMP G5s uses a black magic incantation to the i2c clock chip that was inspired from what Darwin does. However, this was an earlier version of Darwin that was ... buggy ! heh. This causes the latest models to break though when starting SMP, so it's worth fixing. Here's a new version of the incantation based on careful transcription of the said incantations as found in the latest version of apple's temple. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed