commit | 33a201fac698a93d9d1ffa77030ba2ff38d1a3d1 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 07:17:26 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 23:20:22 2009 +0100 |
tree | c1087d996f5d83f987e83380f27aa73c7aaa0871 | |
parent | 72ce016583916fb7ffcbaa6a3e1f8f731b79a865 [diff] |
x86, apic: streamline the ->multi_timer_check() quirk only NUMAQ uses this quirk: to prevent the timer IRQ from being added on secondary nodes. All other genapic templates can have a NULL ->multi_timer_check() callback. Also, extend the generic code to treat a NULL pointer accordingly. Signed-off-by: Ingo Molnar <mingo@elte.hu>