commit | 17abecfe651c862cd31b1f9e8ef6cfc29083f00d | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:24 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:24 2008 +0100 |
tree | 05b990383f2e1fe07f18112f1b716dc3d3781824 | |
parent | ad8ca495bd3e03e6751fc0c6a6af44018ebb4036 [diff] |
x86: fix up alternatives with lockdep enabled An older binutils bug caused us to not fix up alternatives. This problem involved mutex.c but we dont do lockdep section tricks there anymore, so this workaround is moot. Keep the printk nevertheless, just in case ... We can remove that later on. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>