commit | 7335f75e9ca166044e38a96abad422d8e6e364b5 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Wed Mar 17 13:37:01 2010 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 18 17:03:22 2010 +0100 |
tree | ecd34b9a8de260a7863e47bb4fa18e492d1722fe | |
parent | d674cd1963129b70bc5f631c51fb30fb73213fb2 [diff] |
x86, perf: Use apic_write unconditionally Since apic_write() maps to a plain noop in the !CONFIG_X86_LOCAL_APIC case we're safe to remove this conditional compilation and clean up the code a bit. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: fweisbec@gmail.com Cc: acme@redhat.com Cc: eranian@google.com Cc: peterz@infradead.org LKML-Reference: <20100317104356.232371479@openvz.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>