diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-06-09 15:02:50 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2015-06-09 22:25:41 +0200 |
commit | 5793b7371dd82ad688164122850d63cdbda56859 (patch) | |
tree | 2e0a01dac4bc8e04ea507c65dd79942bb34a290b /src/cpu/ti | |
parent | 4f2f01a8fa4035c9c4c73dd7add490915ab4b31c (diff) |
x86: remove printk() from init_timer()
For console drivers which use udelay() we can deadlock
in the printk path on the spinlock. The reason is that
on the first call to udelay() from within a console driver
it will go back down the printk() path deadlocking oneself.
Just remove the printk() as it was asymmetric on romstage
vs ramstage.
Change-Id: I30fe7d6e5b4684f17d4f353c0816b64f9242de0a
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/10483
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/ti')
0 files changed, 0 insertions, 0 deletions