Skip to content
Snippets Groups Projects
Commit beffbe54 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

ACPI / numa: Use __weak, not the gcc-specific version


Use "__weak" instead of the gcc-specific "__attribute__ ((weak))".

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent d79ed248
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ static int __init acpi_parse_slit(struct acpi_table_header *table)
return 0;
}
void __init __attribute__ ((weak))
void __init __weak
acpi_numa_x2apic_affinity_init(struct acpi_srat_x2apic_cpu_affinity *pa)
{
printk(KERN_WARNING PREFIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment