x86, apic: rename 'genapic' to 'apic'
authorIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 15:28:46 +0000 (16:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 16:53:57 +0000 (17:53 +0100)
commitbe163a159b223e94b3180afdd47a8d468eb9a492
treed071a8b0a6d56e84c274bc9a2b1f7d302b0ed524
parentab6fb7c0b03e2c3286f316c840347be8b9ee3d9f
x86, apic: rename 'genapic' to 'apic'

Impact: cleanup

Now that all APIC code is consolidated there's nothing 'gen' about
apics anymore - so rename 'struct genapic' to 'struct apic'.

This shortens the code and is nicer to read as well.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 files changed:
arch/x86/include/asm/apic.h
arch/x86/include/asm/setup.h
arch/x86/kernel/bigsmp_32.c
arch/x86/kernel/es7000_32.c
arch/x86/kernel/genapic_64.c
arch/x86/kernel/genapic_flat_64.c
arch/x86/kernel/genx2apic_cluster.c
arch/x86/kernel/genx2apic_phys.c
arch/x86/kernel/genx2apic_uv_x.c
arch/x86/kernel/numaq_32.c
arch/x86/kernel/probe_32.c
arch/x86/kernel/setup.c
arch/x86/kernel/summit_32.c