opnsense-src/sys/powerpc/aim
Brandon Bergren 95090cd024 [PowerPC64] Hide dssall instruction from llvm assembler
When doing a build for a modern CPUTYPE, llvm will throw errors if obsolete
instructions are used, even if they will never run due to runtime checks.

Hiding the dssall instruction from the assembler fixes kernel build when
overriding CPUTYPE, without having any effect on the generated binary.

This has been in my local tree for over a year and is well tested across
a variety of machines.

Sponsored by:	Tag1 Consulting, Inc.
2020-09-08 22:59:43 +00:00
..
aim_machdep.c [PowerPC64] Hide dssall instruction from llvm assembler 2020-09-08 22:59:43 +00:00
locore.S Add a kdb show command to print arbitrary SPRs on PowerPC 2016-08-13 18:46:49 +00:00
locore32.S powerpc64: Add a trap stack area 2019-02-04 16:02:03 +00:00
locore64.S [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities. 2020-05-07 19:32:49 +00:00
mmu_oea.c powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
mmu_oea64.c powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
mmu_oea64.h powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
mmu_radix.c Include the psind in data returned by mincore(2). 2020-09-02 18:16:43 +00:00
moea64_native.c powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
mp_cpudep.c powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
slb.c powerpc: clean up empty lines in .c and .h files 2020-09-01 21:20:08 +00:00
trap_subr32.S [PowerPC] Fix invalid asm in trap code 2020-05-27 00:17:05 +00:00
trap_subr64.S powerpc: Add a (CPU/runtime features) flags set to pcpu struct 2020-06-06 02:40:52 +00:00