From: Cyrill Gorcunov Date: Wed, 17 Mar 2010 10:37:01 +0000 (+0300) Subject: x86, perf: Use apic_write unconditionally X-Git-Tag: v2.6.35-rc1~522^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7335f75e9ca166044e38a96abad422d8e6e364b5;p=pandora-kernel.git 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 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 --- Reading git-diff-tree failed