From: Arnd Bergmann Date: Wed, 22 Jun 2005 23:43:07 +0000 (+1000) Subject: [PATCH] ppc64: consolidate calibrate_decr implementations X-Git-Tag: v2.6.13-rc1~68^2~387^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f7e7c15e6ce41799c5dba6925ae4bf8048c870;p=pandora-kernel.git [PATCH] ppc64: consolidate calibrate_decr implementations pSeries and maple have almost the same code for calibrate_decr, and BPA would need yet another copy. Instead, I'm moving the code to arch/ppc64/kernel/time.c. Some of the related declarations were missing from header files, so I'm moving those as well. It makes sense to merge this with the pmac function of the same name, so we end up having just one implemetation for iSeries and one for Open Firmware based machines. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed