[xtensa-cvscommit] linux/arch/xtensa/kernel setup.c,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <joe...@us...> - 2002-12-02 20:34:33
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv7467/arch/xtensa/kernel Modified Files: setup.c Log Message: Replace the hard-coded config name with the core ID properly derived from the CHAL. Index: setup.c =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/setup.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** setup.c 28 Aug 2002 16:10:14 -0000 1.1.1.1 --- setup.c 2 Dec 2002 20:34:17 -0000 1.2 *************** *** 316,321 **** "arch : Xtensa\n" "release : " XCHAL_HW_RELEASE_NAME "\n" ! /* XTFIXME: Need to pull config name from CHAL. */ ! "config : linux_be\n" #if XCHAL_HAVE_BE "endianness : big\n" --- 316,320 ---- "arch : Xtensa\n" "release : " XCHAL_HW_RELEASE_NAME "\n" ! "core ID : " XCHAL_CORE_ID "\n" #if XCHAL_HAVE_BE "endianness : big\n" |