commit | a933c61829509eb27083146dda392132baa0969a | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Wed Oct 14 00:07:04 2009 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 14 09:17:00 2009 +0200 |
tree | 0300be471bbde65c40c54108423a27103b583cc2 | |
parent | 9844ab11c763bfed9f054c82366b19dcda66aca9 [diff] |
x86, apic: Use apic noop driver In case if apic were disabled we may use the whole apic NOOP driver instead of sparse poking the some functions in apic driver. Also NOOP would catch any inappropriate apic operation calls (not just read/write). Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: yinghai@kernel.org Cc: macro@linux-mips.org LKML-Reference: <20091013201022.747817361@openvz.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>