From: Nicolas Pitre Date: Fri, 17 Aug 2007 15:55:22 +0000 (+0100) Subject: [ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection X-Git-Tag: v2.6.24-rc1~1273^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3a158316598bfb165b8c83b168fa413d5ae2d8;p=pandora-kernel.git [ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection The previous implementation was relying on compile time optimizations based on a constant clock rate. However, support for different PXA flavors in the same kernel binary requires that the clock be selected at run time, so here it is. Let's move this code to a more appropriate location while at it. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed