[xtensa-cvscommit] linux/arch/xtensa/kernel handlers.S,1.17,1.18
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-04-23 23:15:27
|
Update of /cvsroot/xtensa/linux/arch/xtensa/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv30214/arch/xtensa/kernel Modified Files: handlers.S Log Message: Remove redundant #if conditional. Index: handlers.S =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/kernel/handlers.S,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** handlers.S 1 Apr 2003 22:30:29 -0000 1.17 --- handlers.S 23 Apr 2003 23:15:21 -0000 1.18 *************** *** 3076,3080 **** * accessible. */ - #if XCHAL_HAVE_CP rsr a3, CPENABLE movi a4, 1 --- 3076,3079 ---- *************** *** 3084,3088 **** wsr a3, CPENABLE rsync - #endif /* Now compare the current task with the owner of the --- 3083,3086 ---- |