From: Jasper Spaans Date: Fri, 20 Nov 2009 13:20:05 +0000 (+0100) Subject: arch/x86/kernel/apic/apic_flat_64.c: Make comment match the code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e34b7005e5f55a55964c13ec9784e8e2b427a83c;p=linux-beck.git arch/x86/kernel/apic/apic_flat_64.c: Make comment match the code Make the comment match the code, this also holds for intel systems, according to probe_64.c in the same directory. Signed-off-by: Jasper Spaans Signed-off-by: Jiri Kosina --- diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c index e3c3d820c325..09d3b17ce0c2 100644 --- a/arch/x86/kernel/apic/apic_flat_64.c +++ b/arch/x86/kernel/apic/apic_flat_64.c @@ -223,7 +223,7 @@ struct apic apic_flat = { }; /* - * Physflat mode is used when there are more than 8 CPUs on a AMD system. + * Physflat mode is used when there are more than 8 CPUs on a system. * We cannot use logical delivery in this case because the mask * overflows, so use physical mode. */