linux/arch/parisc
Helge Deller 8c031ba63f parisc: Unbreak bootloader due to gcc-7 optimizations
gcc-7 optimizes the byte-wise accesses of get_unaligned_le32() into
word-wise accesses if the 32-bit integer output_len is declared as
external. This panics then the bootloader since we don't have the
unaligned access fault trap handler installed during boot time.

Avoid this optimization by declaring output_len as byte-aligned and thus
unbreak the bootloader code.

Additionally, compile the boot code optimized for size.

Signed-off-by: Helge Deller <deller@gmx.de>
2017-09-22 22:26:43 +02:00
..
boot parisc: Unbreak bootloader due to gcc-7 optimizations 2017-09-22 22:26:43 +02:00
configs net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. 2017-09-04 13:25:20 +02:00
include parisc: Move init_per_cpu() into init section 2017-09-22 19:47:08 +02:00
kernel parisc: Move init_per_cpu() into init section 2017-09-22 19:47:08 +02:00
lib parisc: Drop exception_data struct 2017-08-22 16:34:33 +02:00
math-emu
mm parisc: Add HWPOISON page fault handler code 2017-09-22 19:47:17 +02:00
oprofile
Kconfig parisc: Reintroduce option to gzip-compress the kernel 2017-09-22 22:26:41 +02:00
Kconfig.debug
Makefile parisc: Reintroduce option to gzip-compress the kernel 2017-09-22 22:26:41 +02:00
defpalo.conf
install.sh
nm