1
0
Fork 0
alistair23-linux/arch/m68k/include/asm
Geert Uytterhoeven 4c2b5e0fab m68k: Add braces to __pmd(x) initializer to kill compiler warning
With gcc 4.1.2:

    include/linux/swapops.h: In function ‘swp_entry_to_pmd’:
    include/linux/swapops.h:294: warning: missing braces around initializer
    include/linux/swapops.h:294: warning: (near initialization for ‘(anonymous).pmd’)

Due to a GCC zero initializer bug (#53119), the standard "(pmd_t){ 0 }"
initializer is not accepted by all GCC versions.
In addition, on m68k pmd_t is an array instead of a single value, so we
need "(pmd_t){ { 0 }, }" instead of "(pmd_t){ 0 }".

Based on commit 9157259d16 ("mm: add pmd_t initializer __pmd() to
work around a GCC bug.") for sparc32.

Fixes: 616b837153 ("mm: thp: enable thp migration in generic path")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-09-10 09:55:35 -07:00
..
Kbuild m68k: move generic-y of exported headers to uapi/asm/Kbuild 2017-07-10 03:43:29 +09:00
MC68EZ328.h m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
MC68VZ328.h m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
MC68328.h m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
a.out-core.h sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> 2017-03-02 08:42:37 +01:00
adb_iop.h
amigahw.h m68k/UAPI: Move Amiga model/chipset definitions to <asm/bootinfo-amiga.h> 2013-11-26 11:09:17 +01:00
amigaints.h
amigayle.h
amipcmcia.h
apollohw.h m68k/UAPI: Move Apollo model definitions to <asm/bootinfo-apollo.h> 2013-11-26 11:09:18 +01:00
asm-offsets.h
asm-prototypes.h m68k: Restore symbol versions for symbols exported from assembly 2017-08-21 11:52:55 +02:00
atafd.h
atafdreg.h
atari_joystick.h
atari_stdma.h atari_scsi: Fix atari_scsi deadlocks on Falcon 2014-11-20 09:11:13 +01:00
atari_stram.h m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAM 2014-05-26 22:41:24 +02:00
atarihw.h m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h 2013-11-26 11:09:15 +01:00
atariints.h m68k/atari: Remove obsolete IRQ_TYPE_* 2015-01-15 13:44:51 +01:00
atarikb.h input/atari: Use the correct mouse interrupt hook 2011-05-19 18:19:11 +02:00
atomic.h locking/atomic, arch/m68k: Remove comment 2016-06-20 11:25:50 +02:00
bitops.h m68k/bitops: Correct signature of test_bit() 2017-03-20 11:25:15 +01:00
blinken.h m68k/hp300: Export hp300_ledstate 2011-12-10 19:52:48 +01:00
bootinfo.h m68k: generalize uboot command line support 2016-09-26 12:02:59 +10:00
bootstd.h
bug.h m68k/include: Modernize printing of kernel messages 2017-02-12 10:36:54 +01:00
bugs.h
bvme6000hw.h
cache.h
cacheflush.h UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers 2012-10-02 18:01:25 +01:00
cacheflush_mm.h m68k: fix ColdFire clear cache operation 2012-07-17 15:49:34 +10:00
cacheflush_no.h m68knommu: use "r", not "i" constraint in cacheflush asm's 2012-09-27 23:28:40 +10:00
checksum.h ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short 2016-03-13 23:55:13 -04:00
cmpxchg.h arch: Remove __ARCH_HAVE_CMPXCHG 2015-05-13 10:55:42 +02:00
coldfire.h m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFire 2015-07-13 09:34:39 +10:00
contregs.h
current.h
delay.h m68k: Fix ndelay() macro 2016-10-30 10:13:55 +01:00
div64.h m68k: Truncate base in do_div() 2013-08-14 11:46:30 +02:00
dma-mapping.h treewide: Consolidate get_dma_ops() implementations 2017-01-24 12:23:35 -05:00
dma.h m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
dsp56k.h
dvma.h
elf.h default SET_PERSONALITY() in linux/elf.h 2013-02-26 02:46:08 -05:00
entry.h m68k: Correct the Atari ALLOWINT definition 2012-04-22 20:16:50 +02:00
export.h m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
fb.h
fbio.h
flat.h blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes 2017-07-16 09:24:06 -07:00
floppy.h m68k/include: Modernize printing of kernel messages 2017-02-12 10:36:54 +01:00
fpu.h m68k: add ColdFire FPU support for the V4e ColdFire CPUs 2011-12-30 10:20:47 +10:00
ftrace.h
gpio.h m68k: only use local gpio_request_one if not using GPIOLIB 2013-05-29 16:56:45 +10:00
hardirq.h hardirq: Make hardirq bits generic 2013-11-13 20:21:46 +01:00
hash.h m68k: Add <asm/hash.h> 2016-05-28 15:48:57 -04:00
hp300hw.h m68k/UAPI: Move HP300 model definitions to <asm/bootinfo-hp300.h> 2013-11-26 11:09:19 +01:00
hwtest.h
ide.h
idprom.h
intersil.h
io.h m68k: io: implement dummy relaxed accessor macros for writes 2014-10-20 18:49:18 +01:00
io_mm.h Linux 4.2-rc8 2015-08-25 09:59:19 +02:00
io_no.h video/fbdev, asm/io.h: Remove ioremap_writethrough() 2015-06-07 15:28:57 +02:00
irq.h genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
irqflags.h sched/preempt: Merge preempt_mask.h into preempt.h 2015-05-19 08:39:11 +02:00
kexec.h m68k: Add kexec support 2013-12-08 11:01:47 +01:00
linkage.h m68k: Define asmlinkage_protect 2015-09-28 09:59:45 +02:00
m52xxacr.h
m53xxacr.h m68knommu: create and use a common M53xx ColdFire class of CPUs 2013-04-29 09:17:58 +10:00
m53xxsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m54xxacr.h m68k: generalize io memory region setup for ColdFire ACR registers 2016-09-26 12:02:58 +10:00
m54xxgpt.h m68knommu: clean up ColdFire 54xx General Timer definitions 2012-09-27 23:34:03 +10:00
m54xxpci.h m68k: Fix typo 'COFNIG_MBAR' 2014-09-29 09:56:19 +10:00
m54xxsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m520xsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m523xsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m525xsim.h m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
m527xsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m528xsim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m5206sim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m5272sim.h m68knommu: fix inconsistent formating in ColdFire 5272 definitions 2012-09-27 23:34:05 +10:00
m5307sim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m5407sim.h m68knommu: platform support for i2c devices on ColdFire SoC 2016-12-05 08:53:27 +10:00
m5441xsim.h m68k: generalize io memory region setup for ColdFire ACR registers 2016-09-26 12:02:58 +10:00
mac_asc.h
mac_baboon.h m68k/mac: cleanup forward declarations 2011-12-10 19:52:46 +01:00
mac_iop.h m68k: Fix misspellings in comments. 2016-02-29 09:51:44 +01:00
mac_oss.h m68k/mac: oss irq fixes 2011-12-10 19:52:47 +01:00
mac_psc.h m68k/mac: Kill psc_present 2015-11-23 09:58:30 +01:00
mac_via.h genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
machdep.h m68k: set arch_gettimeoffset directly 2012-12-24 09:36:34 -07:00
machines.h
machw.h
macintosh.h m68k/mac: Replace via-maciisi driver with via-cuda driver 2017-02-07 16:56:25 +11:00
macints.h m68k/mac: Clean up interrupt debug macros and printk statements 2017-02-09 14:18:19 +01:00
math-emu.h m68k/include: Modernize printing of kernel messages 2017-02-12 10:36:54 +01:00
mc146818rtc.h m68k/atari: Hide RTC_PORT() macro from rtc-cmos 2013-12-08 11:03:22 +01:00
mcf8390.h net: add support for NS8390 based eth controllers on some ColdFire CPU boards 2012-07-12 07:54:45 -07:00
mcf_pgalloc.h tree wide: get rid of __GFP_REPEAT for order-0 allocations part I 2016-06-24 17:23:52 -07:00
mcf_pgtable.h m68k: drop _PAGE_FILE and pte_file()-related helpers 2015-02-10 14:30:32 -08:00
mcfclk.h m68knommu: add clock creation support macro for other ColdFire CPUs 2012-12-05 10:51:24 +10:00
mcfdma.h
mcfgpio.h m68knommu: Implement gpio support for m54xx. 2014-05-26 13:28:38 +10:00
mcfintc.h
mcfmmu.h m68k: move ColdFire _bootmem_alloc code 2016-09-26 12:02:58 +10:00
mcfpit.h
mcfqspi.h m68k: Remove FSF address 2015-03-15 10:23:30 +01:00
mcfsim.h m68knommu: create and use a common M53xx ColdFire class of CPUs 2013-04-29 09:17:58 +10:00
mcfslt.h m68knommu: move ColdFire slice timer address defiens to 54xx header 2012-09-27 23:34:01 +10:00
mcftimer.h m68k: Fix misspellings in comments. 2016-02-29 09:51:44 +01:00
mcfuart.h m68knommu: Add support for the Coldfire 5251/5253 2012-07-16 09:59:21 +10:00
mcfwdebug.h
mmu.h
mmu_context.h sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> 2017-03-02 08:42:37 +01:00
mmzone.h
module.h Make most arch asm/module.h files use asm-generic/module.h 2012-09-28 14:31:03 +09:30
motorola_pgalloc.h tree wide: get rid of __GFP_REPEAT for order-0 allocations part I 2016-06-24 17:23:52 -07:00
motorola_pgtable.h m68k: drop _PAGE_FILE and pte_file()-related helpers 2015-02-10 14:30:32 -08:00
movs.h
mvme16xhw.h m68k/UAPI: Move VME Board ID definition to <asm/bootinfo-vme.h> 2013-11-26 11:09:21 +01:00
mvme147hw.h
natfeat.h m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
nettel.h m68knommu: fix IO write size in nettel pin set 2016-09-26 12:02:58 +10:00
nubus.h
openprom.h
oplib.h
page.h m68k: Add braces to __pmd(x) initializer to kill compiler warning 2017-09-10 09:55:35 -07:00
page_mm.h asm-generic: page.h: Remove useless get_user_page and free_user_page 2016-02-26 15:24:55 +01:00
page_no.h asm-generic: page.h: Remove useless get_user_page and free_user_page 2016-02-26 15:24:55 +01:00
page_offset.h m68k: define PAGE_OFFSET_RAW for ColdFire CPU with MMU enabled 2011-12-30 10:20:31 +10:00
parport.h m68k/q40: Undefine insl/outsl before redefining them 2013-06-24 19:44:19 +02:00
pci.h PCI: Move pci_dma_* helpers to common code 2016-03-07 10:40:02 -06:00
pgalloc.h m68k: create ColdFire MMU pgalloc code 2011-12-30 10:20:40 +10:00
pgtable.h UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers 2012-10-02 18:01:25 +01:00
pgtable_mm.h mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines 2015-02-28 09:57:51 -08:00
pgtable_no.h m68k: drop _PAGE_FILE and pte_file()-related helpers 2015-02-10 14:30:32 -08:00
processor.h arch: remove unused macro/function thread_saved_pc() 2017-06-28 16:13:57 -07:00
ptrace.h new helper: current_user_stack_pointer() 2012-12-19 18:07:39 -05:00
q40_master.h m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
q40ints.h m68k/irq: Remove obsolete m68k irq framework 2011-11-08 22:35:52 +01:00
quicc_simple.h
raw_io.h m68k/atari: ROM port ISA adapter support 2013-04-16 21:08:11 +02:00
segment.h m68k: macro whitespace fixes 2015-01-13 15:24:03 +02:00
serial.h serial: Fix ASYNC_* => UPF_* flags misuse 2016-01-28 14:17:42 -08:00
setup.h m68k/UAPI: Move generic definitions to <asm/bootinfo.h> 2013-11-26 11:09:16 +01:00
signal.h m68k: Remove ptrace_signal_deliver 2017-06-19 19:41:48 +02:00
smp.h
string.h m68k: Remove inline strcpy() and strcat() implementations 2013-06-24 19:44:18 +02:00
sun3-head.h
sun3_pgalloc.h tree wide: get rid of __GFP_REPEAT for order-0 allocations part I 2016-06-24 17:23:52 -07:00
sun3_pgtable.h m68k/mm: sun3 - Modernize printing of kernel messages 2017-02-12 10:36:53 +01:00
sun3ints.h
sun3mmu.h
sun3x.h
sun3xflop.h m68k/sun3x: Modernize printing of kernel messages 2017-02-12 10:36:52 +01:00
sun3xprom.h
switch_to.h Disintegrate asm/system.h for M68K 2012-03-28 18:30:02 +01:00
thread_info.h m68k: Remove signal translation and exec_domain 2015-04-12 20:58:25 +02:00
timex.h m68k: Add infrastructure for machine-specific random_get_entropy() 2013-11-26 11:09:24 +01:00
tlb.h
tlbflush.h m68k: add TLB flush support for the ColdFire V4e MMU hardware 2011-12-30 10:20:30 +10:00
traps.h m68k: print memory layout info in boot log 2011-12-24 21:47:57 +10:00
uaccess.h kill {__,}{get,put}_user_unaligned() 2017-07-03 18:44:22 -04:00
uaccess_mm.h kill strlen_user() 2017-05-15 23:40:22 -04:00
uaccess_no.h kill strlen_user() 2017-05-15 23:40:22 -04:00
ucontext.h m68k: make fp register stores consistent for m68k and ColdFire 2011-12-24 21:47:57 +10:00
unaligned.h m68k: Introduce config option CPU_HAS_NO_UNALIGNED 2012-06-10 10:18:32 +02:00
unistd.h m68k: Wire up statx 2017-03-20 11:27:28 +01:00
user.h
vga.h m68k/video: Create <asm/vga.h> 2012-04-22 20:16:50 +02:00
virtconvert.h m68knommu: Correct page_to_phys when PAGE_OFFSET is non-zero. 2014-06-20 15:11:20 +10:00
zorro.h