Messages in this thread |  | | | Date | Wed, 6 Jun 2012 10:22:31 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 4/8] x86: apic: Factor out default vector_allocation_domain() operations |
| |
* Alexander Gordeev <agordeev@redhat.com> wrote:
> Signed-off-by: Alexander Gordeev <agordeev@redhat.com> > --- > arch/x86/include/asm/apic.h | 21 +++++++++++++++++++++ > arch/x86/include/asm/x2apic.h | 9 --------- > arch/x86/kernel/apic/apic_flat_64.c | 22 +--------------------- > arch/x86/kernel/apic/apic_noop.c | 3 +-- > arch/x86/kernel/apic/apic_numachip.c | 8 +------- > arch/x86/kernel/apic/bigsmp_32.c | 8 +------- > arch/x86/kernel/apic/es7000_32.c | 19 ++----------------- > arch/x86/kernel/apic/numaq_32.c | 16 +--------------- > arch/x86/kernel/apic/probe_32.c | 17 +---------------- > arch/x86/kernel/apic/summit_32.c | 16 +--------------- > arch/x86/kernel/apic/x2apic_cluster.c | 2 +- > arch/x86/kernel/apic/x2apic_phys.c | 2 +- > arch/x86/kernel/apic/x2apic_uv_x.c | 8 +------- > 13 files changed, 33 insertions(+), 118 deletions(-)
Nice cleanups.
This one didn't apply due to the following fresh patch in -tip:
0b8255e660a0 x86/x2apic/cluster: Use all the members of one cluster specified in the smp_affinity
So I applied the first three to tip:x86/apic, mind sending the remaining 4 patches on top of -tip?
Thanks,
Ingo
|  |