linux/arch/sparc/include/asm
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
..
adi.h sparc64: Add auxiliary vectors to report platform ADI properties 2018-03-18 07:38:46 -07:00
adi_64.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 2019-06-19 17:09:52 +02:00
agp.h
apb.h
asm-offsets.h
asm-prototypes.h asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h 2017-12-04 18:03:39 -05:00
asm.h
asmmacro.h
atomic.h
atomic_32.h locking/atomic: Move ATOMIC_INIT into linux/types.h 2020-07-29 16:14:18 +02:00
atomic_64.h locking/atomic: Move ATOMIC_INIT into linux/types.h 2020-07-29 16:14:18 +02:00
auxio.h
auxio_32.h
auxio_64.h
backoff.h
barrier.h
barrier_32.h
barrier_64.h
bbc.h
bitext.h
bitops.h
bitops_32.h
bitops_64.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc 2017-11-17 20:21:44 -08:00
btext.h
bug.h bug.h: work around GCC PR82365 in BUG() 2018-02-21 15:35:43 -08:00
bugs.h
cache.h treewide: Convert macro and uses of __section(foo) to __section("foo") 2020-10-25 14:51:49 -07:00
cacheflush.h
cacheflush_32.h arm,sparc,unicore32: remove flush_icache_user_range 2020-06-08 11:05:57 -07:00
cacheflush_64.h arm,sparc,unicore32: remove flush_icache_user_range 2020-06-08 11:05:57 -07:00
cachetlb_32.h
chafsr.h
checksum.h sparc64: propagate the calling convention changes down to __csum_partial_copy_...() 2020-08-20 15:45:21 -04:00
checksum_32.h sparc64: propagate the calling convention changes down to __csum_partial_copy_...() 2020-08-20 15:45:21 -04:00
checksum_64.h sparc64: propagate the calling convention changes down to __csum_partial_copy_...() 2020-08-20 15:45:21 -04:00
chmctrl.h
clock.h
clocksource.h vDSO for sparc 2017-11-15 14:21:03 +09:00
cmpxchg.h
cmpxchg_32.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc 2017-11-17 20:21:44 -08:00
cmpxchg_64.h sparc64: Rework xchg() definition to avoid warnings. 2018-10-26 15:39:49 -07:00
compat.h compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h> 2020-09-17 13:00:46 -04:00
compat_signal.h
contregs.h
cpu_type.h
cpudata.h
cpudata_32.h
cpudata_64.h sparc64: Make proc_id signed. 2018-10-14 20:19:31 -07:00
current.h
dcr.h
dcu.h
delay.h
delay_32.h
delay_64.h
device.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
dma-mapping.h sparc32: use per-device dma_ops 2020-04-02 18:11:55 -07:00
dma.h sparc: remove the sparc32_dma_ops indirection 2018-12-11 14:45:29 +01:00
ebus_dma.h
ecc.h
eeprom.h
elf.h
elf_32.h
elf_64.h sparc64: Add auxiliary vectors to report platform ADI properties 2018-03-18 07:38:46 -07:00
estate.h
extable_64.h
fb.h
fbio.h
fhc.h
floppy.h
floppy_32.h mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
floppy_64.h floppy: use symbolic register names in the sparc64 port 2020-05-12 19:34:53 +03:00
fpumacro.h
ftrace.h
futex.h
futex_32.h
futex_64.h [parisc, s390, sparc64] no need for access_ok() in futex handling 2020-03-27 23:58:52 -04:00
hardirq.h
hardirq_32.h
hardirq_64.h softirq/sparc: Switch to generic local_softirq_pending() implementation 2018-05-14 11:25:28 +02:00
head.h
head_32.h
head_64.h
hibernate.h
highmem.h mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
hugetlb.h mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() 2020-06-03 20:09:46 -07:00
hvtramp.h
hw_irq.h
hypervisor.h sparc64: Add support for ADI register fields, ASIs and traps 2018-03-18 07:38:45 -07:00
ide.h mm: remove unneeded includes of <asm/pgalloc.h> 2020-08-07 11:33:26 -07:00
idprom.h
intr_queue.h
io-unit.h mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
io.h
io_32.h sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include 2020-10-05 09:44:41 +01:00
io_64.h remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
ioctls.h
iommu-common.h iommu-common: move to arch/sparc 2018-05-09 06:54:27 +02:00
iommu.h
iommu_32.h
iommu_64.h iommu-common: move to arch/sparc 2018-05-09 06:54:27 +02:00
irq.h
irq_32.h
irq_64.h
irqflags.h
irqflags_32.h
irqflags_64.h
jump_label.h
Kbuild asm-generic: make more kernel-space headers mandatory 2020-04-02 09:35:25 -07:00
kdebug.h
kdebug_32.h
kdebug_64.h
kgdb.h
kmap_types.h
kprobes.h sparc64/kprobes: Remove jprobe implementation 2018-06-21 12:33:11 +02:00
ldc.h
leon.h DMA mapping updates for Linux 4.21 2018-12-28 14:12:21 -08:00
leon_amba.h
leon_pci.h
lsu.h
machines.h
mbus.h
mc146818rtc.h
mc146818rtc_32.h
mc146818rtc_64.h
mdesc.h
memctrl.h
mman.h sparc64: Add support for ADI (Application Data Integrity) 2018-03-18 07:38:48 -07:00
mmu.h
mmu_32.h
mmu_64.h sparc64: Add support for ADI (Application Data Integrity) 2018-03-18 07:38:48 -07:00
mmu_context.h
mmu_context_32.h
mmu_context_64.h sparc64: Add support for ADI (Application Data Integrity) 2018-03-18 07:38:48 -07:00
mmzone.h
mxcc.h
nmi.h
ns87303.h
obio.h
openprom.h
oplib.h
oplib_32.h
oplib_64.h
page.h
page_32.h sparc32: mm: Change pgtable_t type to pte_t * instead of struct page * 2020-05-13 15:32:00 -07:00
page_64.h mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS 2020-04-10 15:36:21 -07:00
parport.h sparc: Use of_node_name_eq for node name comparisons 2018-11-18 13:35:21 -08:00
pbm.h
pci.h PCI: Convert pci_resource_to_user() to a weak function 2019-08-08 15:12:07 -05:00
pcic.h
pcr.h
percpu.h
percpu_32.h
percpu_64.h sparc64: Fix asm/percpu.h build error 2020-07-10 12:00:01 +02:00
perf_event.h
pgalloc.h
pgalloc_32.h mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
pgalloc_64.h mm: consolidate pte_index() and pte_offset_*() definitions 2020-06-09 09:39:14 -07:00
pgtable.h
pgtable_32.h mm: consolidate pte_index() and pte_offset_*() definitions 2020-06-09 09:39:14 -07:00
pgtable_64.h mm: consolidate pte_index() and pte_offset_*() definitions 2020-06-09 09:39:14 -07:00
pgtsrmmu.h sparc32: mm: Reduce allocation size for PMD and PTE tables 2020-05-13 15:32:00 -07:00
pil.h
processor.h
processor_32.h treewide: remove current_text_addr 2018-10-31 08:54:12 -07:00
processor_64.h treewide: remove current_text_addr 2018-10-31 08:54:12 -07:00
prom.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
psr.h
ptrace.h
qrwlock.h
qspinlock.h
ross.h
sbi.h
scratchpad.h
seccomp.h
sections.h
setup.h
sfafsr.h
sfp-machine.h
sfp-machine_32.h
sfp-machine_64.h
shmparam.h
shmparam_32.h
shmparam_64.h
sigcontext.h
signal.h
smp.h
smp_32.h
smp_64.h
sparsemem.h sparc: drop unused MAX_PHYSADDR_BITS 2020-08-12 10:57:57 -07:00
spinlock.h
spinlock_32.h
spinlock_64.h
spinlock_types.h
spitfire.h
stacktrace.h
starfire.h
string.h sparc: revive __HAVE_ARCH_STRLEN for 32bit sparc 2020-03-25 10:19:43 +09:00
string_32.h
string_64.h sparc: revive __HAVE_ARCH_STRLEN for 32bit sparc 2020-03-25 10:19:43 +09:00
sunbpp.h
swift.h
switch_to.h
switch_to_32.h
switch_to_64.h sparc64: Make corrupted user stacks more debuggable. 2018-10-26 15:04:41 -07:00
syscall.h audit/stable-5.2 PR 20190507 2019-05-07 19:06:04 -07:00
syscalls.h sparc64: enable HAVE_COPY_THREAD_TLS 2020-06-23 10:49:54 +02:00
termbits.h
termios.h
thread_info.h
thread_info_32.h Construct init thread stack in the linker script rather than by union 2018-01-09 23:21:02 +00:00
thread_info_64.h sparc: Validate VDSO for undefined symbols. 2018-10-22 16:09:27 -07:00
timer.h
timer_32.h
timer_64.h locking/seqlock, headers: Untangle the spaghetti monster 2020-08-06 16:13:13 +02:00
timex.h
timex_32.h
timex_64.h
tlb.h
tlb_32.h arch/tlb: Clean up simple architectures 2019-04-03 10:32:54 +02:00
tlb_64.h mm: remove unneeded includes of <asm/pgalloc.h> 2020-08-07 11:33:26 -07:00
tlbflush.h
tlbflush_32.h
tlbflush_64.h
topology.h
topology_32.h
topology_64.h arch/sparc/include/asm/topology_64.h: remove unused parent_node() macro 2017-11-17 16:10:04 -08:00
trap_block.h sparc64: Fix asm/percpu.h build error 2020-07-10 12:00:01 +02:00
traps.h
tsb.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc 2017-11-17 20:21:44 -08:00
tsunami.h
ttable.h sparc64: Add support for ADI register fields, ASIs and traps 2018-03-18 07:38:45 -07:00
turbosparc.h
uaccess.h
uaccess_32.h uaccess: remove segment_eq 2020-08-12 10:57:58 -07:00
uaccess_64.h uaccess: remove segment_eq 2020-08-12 10:57:58 -07:00
unaligned.h
unistd.h y2038: rename old time and utime syscalls 2019-02-07 00:13:28 +01:00
upa.h
uprobes.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00
user.h
vaddrs.h
vdso.h sparc: Fix VDSO build with older binutils. 2018-10-25 10:36:19 -07:00
vga.h
viking.h sparc32: mm: Restructure sparc32 MMU page-table layout 2020-05-13 15:32:00 -07:00
vio.h
visasm.h
vmalloc.h mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> 2019-12-10 10:12:55 +01:00
vvar.h locking/seqlock, headers: Untangle the spaghetti monster 2020-08-06 16:13:13 +02:00
winmacro.h
xor.h
xor_32.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 2019-05-24 17:27:13 +02:00
xor_64.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 2019-05-24 17:27:13 +02:00