commit | 19ef9309273d26cb005cb23e6a370353dca91099 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:34 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:34 2008 +0100 |
tree | 5ca31fef94ed523c3df867ba3472e70d215ffb84 | |
parent | 90739081ef8d5495d50abba9c5d333be9acd872a [diff] |
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 <mingo@elte.hu>