|
From: Jan-Benedict G. <jb...@us...> - 2004-08-16 11:22:48
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/configs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17291/configs Modified Files: ka4x_defconfig Log Message: - Add config options to switch off abortion of syscalls with wrong number of arguments and the matching warning for it. - Update ka4x_defconfig. - This is only in place to help Kaj-Michael with TA-Linux. It'll go away after his getty is fixed (which I think causes the error messages he gets out of his system...). Index: ka4x_defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/configs/ka4x_defconfig,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ka4x_defconfig 15 Aug 2004 17:09:55 -0000 1.5 +++ ka4x_defconfig 16 Aug 2004 11:22:39 -0000 1.6 @@ -390,6 +390,8 @@ CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_VAX_DIAG_LED=y +CONFIG_DEBUG_VAX_CHECK_CHMx_ARGS=y +CONFIG_DEBUG_VAX_CHECK_CHMx_ARGS_ABORT=y # # Security options |