From: Ingo Molnar Date: Fri, 25 Jan 2008 20:08:34 +0000 (+0100) Subject: printk: use ktime_get() X-Git-Tag: v2.6.25-rc1~1237^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ef9309273d26cb005cb23e6a370353dca91099;p=pandora-kernel.git printk: use ktime_get() printk timestamps: use ktime_get(). Some platforms have a functioning clocksource function only after they are done with early bootup, so delay this until out of SYSTEM_BOOTING state. it's also inherently safe now, as any bugs in this area will be caught by the printk recursion checks. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed