[xtensa-cvscommit] linux/arch/xtensa/kernel traps.c,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2002-10-10 17:01:25
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel In directory usw-pr-cvs1:/tmp/cvs-serv3183a/arch/xtensa/kernel Modified Files: traps.c Log Message: Remove cut-and-paste error. This error affects only linux_test config, not linux_be or linux_le. Index: traps.c =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/traps.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** traps.c 19 Sep 2002 07:06:12 -0000 1.2 --- traps.c 10 Oct 2002 17:01:17 -0000 1.3 *************** *** 54,58 **** #if (XCHAL_CP_MASK & 1) extern asmlinkage void handle_cp0(void); - REGISTER_CP(0); #endif #if (XCHAL_CP_MASK & 2) --- 54,57 ---- |