All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86: __ref / __refdata cleanup
@ 2015-07-19 16:22 Mathias Krause
  2015-07-19 16:22 ` [PATCH 1/5] x86, ACPI: Get rid of the acpi_map_cpu() wrapper Mathias Krause
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Mathias Krause @ 2015-07-19 16:22 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: linux-kernel, x86, Mathias Krause

This series drops quite a few -- relatively speaking -- __ref /
__refdata annotations in the x86 code. They used to be needed in
__cpuinit times but those are long gone. Now those annotations may
only serve as an additional error source, hiding legitimate section
mismatches. So we better get rid of them.

Please apply.


Mathias Krause (5):
  x86, ACPI: Get rid of the acpi_map_cpu() wrapper
  x86, apic: Drop bogus __refdata annotation of cpu notifier
  x86, cpuid: Drop bogus __refdata annotation of cpu notifier
  x86, smpboot: Drop bogus __ref annotation from remove_cpu_from_maps()
  x86, topology: Drop bogus __ref annotations

 arch/x86/kernel/acpi/boot.c           |    8 +-------
 arch/x86/kernel/apic/x2apic_cluster.c |    2 +-
 arch/x86/kernel/cpuid.c               |    2 +-
 arch/x86/kernel/smpboot.c             |    2 +-
 arch/x86/kernel/topology.c            |    4 ++--
 5 files changed, 6 insertions(+), 12 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-20  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-19 16:22 [PATCH 0/5] x86: __ref / __refdata cleanup Mathias Krause
2015-07-19 16:22 ` [PATCH 1/5] x86, ACPI: Get rid of the acpi_map_cpu() wrapper Mathias Krause
2015-07-19 16:22 ` [PATCH 2/5] x86, apic: Drop bogus __refdata annotation of cpu notifier Mathias Krause
2015-07-19 16:22 ` [PATCH 3/5] x86, cpuid: " Mathias Krause
2015-07-19 16:22 ` [PATCH 4/5] x86, smpboot: Drop bogus __ref annotation from remove_cpu_from_maps() Mathias Krause
2015-07-19 16:22 ` [PATCH 5/5] x86, topology: Drop bogus __ref annotations Mathias Krause
2015-07-20  7:39 ` [PATCH 0/5] x86: __ref / __refdata cleanup Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.