[xtensa-cvscommit] linux/include/asm-xtensa hardirq.h,1.3,1.4
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-05-09 20:28:42
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa
In directory sc8-pr-cvs1:/tmp/cvs-serv21097/include/asm-xtensa
Modified Files:
hardirq.h
Log Message:
Don't call the scheduler when handling double exceptions.
Index: hardirq.h
===================================================================
RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/hardirq.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hardirq.h 26 Mar 2003 00:29:38 -0000 1.3
--- hardirq.h 9 May 2003 20:28:39 -0000 1.4
***************
*** 19,22 ****
--- 19,23 ----
/* entry.S is sensitive to the offsets of these fields */
+ /* XTFIXME: Why not include defines in offset.h for entry.S usage? */
typedef struct {
unsigned int __softirq_pending;
|