From: Russell King Date: Mon, 8 Jan 2007 19:49:12 +0000 (+0000) Subject: [ARM] Provide basic printk_clock() implementation X-Git-Tag: v2.6.20-rc5~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97126cd9056b3b42cdc862ace2ed66f8026f55b;p=pandora-kernel.git [ARM] Provide basic printk_clock() implementation Current sched_clock() implementations on ARM cause unbootable kernels with PRINTK_TIME support enabled. To avoid this, provide a basic printk_clock() implementation which avoids sched_clock() being called before the page tables have been set up. Signed-off-by: Russell King --- Reading git-diff-tree failed