summaryrefslogtreecommitdiff
path: root/ipv6.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-7/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+39
ommit info' class='commit-info'> authorJames Hogan <james.hogan@imgtec.com>2016-06-09 13:13:04 +0100 committerRalf Baechle <ralf@linux-mips.org>2016-07-24 12:45:00 +0200 commite9cbf6299e306d6f2ff7b8fe7ac66059191b182f (patch) tree1a7e6a638abfd2e80281817b3a84c0e3752c218a parent7bf0d5e8e643a05de2cca699ac29903b19010cc1 (diff)
MIPS: Fix MSA asm warnings in control reg accessors
Building an MSA capable kernel with a toolchain that supports MSA produces warnings such as this: CC arch/mips/kernel/cpu-probe.o {standard input}: Assembler messages: {standard input}:4786: Warning: the `msa' extension requires 64-bit FPRs This is due to ".set msa" without ".set fp=64" in the inline assembly of control register accessors, since MSA requires the 64-bit FPU registers (FR=1). Add the missing fp=64 in these functions to silence the warnings. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13554/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat