x86/cpu: Remove unused and undefined __generic_processor_info() declaration
[sfrench/cifs-2.6.git] / arch / x86 / kernel / apic / apic.c
index 7834f73efbf1ec0871d25a6a01b35bb6b5221527..6e19ef152869780071f1499a5ecbd80756d5e443 100644 (file)
@@ -2130,7 +2130,7 @@ int generic_processor_info(int apicid, int version)
         * Since fixing handling of boot_cpu_physical_apicid requires
         * another discussion and tests on each platform, we leave it
         * for now and here we use read_apic_id() directly in this
-        * function, __generic_processor_info().
+        * function, generic_processor_info().
         */
        if (disabled_cpu_apicid != BAD_APICID &&
            disabled_cpu_apicid != read_apic_id() &&