commit | ac54a6c9371bacb86bee1db23f7d82e8685c7e17 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu Sep 04 22:37:50 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:53:06 2008 +0200 |
tree | 9b09ad0ffb05eca31630ef7c0f88ad3dcc60972f | |
parent | 676f4a920be27160747439fe71026aa15ec78e5a [diff] |
x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ only We use irq_cfg_lock lock in SPARSE_IRQ only context so move it under #ifdef and compiler will be happy. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>