[xtensa-cvscommit] linux/arch/xtensa config.in,1.5,1.6
Brought to you by:
zankel
|
From: <ahe...@us...> - 2003-04-16 00:44:25
|
Update of /cvsroot/xtensa/linux/arch/xtensa In directory sc8-pr-cvs1:/tmp/cvs-serv9705/arch/xtensa Modified Files: config.in Log Message: Added config option CONFIG_MULTITHREADED_CORES and dump_task_fpu() function. Index: config.in =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/config.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.in 11 Mar 2003 21:52:33 -0000 1.5 --- config.in 16 Apr 2003 00:44:22 -0000 1.6 *************** *** 73,76 **** --- 73,77 ---- define_bool CONFIG_BINFMT_AOUT n define_bool CONFIG_BINFMT_ELF y + bool 'Support for ELF multithreaded core dumps' CONFIG_MULTITHREADED_CORES tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC bool 'Default bootloader kernel arguments' CONFIG_CMDLINE_BOOL |