Module Name: src
Committed By: pgoyette
Date: Sat Sep 29 07:36:44 UTC 2018
Modified Files:
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
Remove unnecesasry #ifdef COMPAT_16 (this file won't get selected unless
COMPAT_16 is defined).
Rename some functions for consistency with other architectures' machdep
code.
Provide some prototypes/declarations.
Use __func__ in a diagnostic message rather than hardcoding it in the
message string.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/mips/netbsd32_machdep_16.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.