acrn-kernel/arch/x86/xen
Joe Perches 33def8498f treewide: Convert macro and uses of __section(foo) to __section("foo")
Use a more generic form for __section that requires quotes to avoid
complications with clang and gcc differences.

Remove the quote operator # from compiler_attributes.h __section macro.

Convert all unquoted __section(foo) uses to quoted __section("foo").
Also convert __attribute__((section("foo"))) uses to __section("foo")
even if the __attribute__ has multiple list entry forms.

Conversion done using the script at:

    https://lore.kernel.org/lkml/75393e5ddc272dc7403de74d645e6c6e0f4e70eb.camel@perches.com/2-convert_section.pl

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@gooogle.com>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-25 14:51:49 -07:00
..
Kconfig
Makefile xen: branch for v5.9-rc1b 2020-08-14 13:34:37 -07:00
apic.c xen: branch for v5.9-rc1b 2020-08-14 13:34:37 -07:00
debugfs.c
debugfs.h
efi.c
enlighten.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
enlighten_hvm.c
enlighten_pv.c xen: branch for v5.10-rc1 2020-10-14 10:34:45 -07:00
enlighten_pvh.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
grant-table.c x86/xen: open code alloc_vm_area in arch_gnttab_valloc 2020-10-18 09:27:10 -07:00
irq.c
mmu.c
mmu.h
mmu_hvm.c
mmu_pv.c xen: branch for v5.10-rc1 2020-10-14 10:34:45 -07:00
multicalls.c
multicalls.h
p2m.c
pci-swiotlb-xen.c dma-mapping: split <linux/dma-mapping.h> 2020-10-06 07:07:03 +02:00
platform-pci-unplug.c
pmu.c
pmu.h
setup.c
smp.c xen/events: only register debug interrupt for 2-level events 2020-10-23 05:41:25 -05:00
smp.h
smp_hvm.c
smp_pv.c xen: branch for v5.9-rc1b 2020-08-14 13:34:37 -07:00
spinlock.c
suspend.c
suspend_hvm.c
suspend_pv.c
time.c
trace.c
vga.c
xen-asm.S
xen-head.S
xen-ops.h xen/events: only register debug interrupt for 2-level events 2020-10-23 05:41:25 -05:00