svn commit: r351793 - in stable: 11/sys/mips/include 12/sys/mips/include

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Sep 3 20:23:58 2019 New Revision: 351793 URL: https://svnweb.freebsd.org/changeset/base/351793 Log: MFC r351227: mips: avoid empty mdproc struct Compiling with a more modern toolchain than GCC 4.2 in base warns about the empty struct. Take a hint and comment from

svn commit: r351793 - in stable: 11/sys/mips/include 12/sys/mips/include

2019-09-03 Thread Kyle Evans
Author: kevans Date: Tue Sep 3 20:23:58 2019 New Revision: 351793 URL: https://svnweb.freebsd.org/changeset/base/351793 Log: MFC r351227: mips: avoid empty mdproc struct Compiling with a more modern toolchain than GCC 4.2 in base warns about the empty struct. Take a hint and comment from