[xtensa-cvscommit] linux/include/asm-xtensa system.h,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-02-13 18:19:27
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa
In directory sc8-pr-cvs1:/tmp/cvs-serv6671/include/asm-xtensa
Modified Files:
system.h
Log Message:
Documentation updates only, focused on removing many XTFIXME comments that no longer apply, are already resolved, were erroneous, etc.
Index: system.h
===================================================================
RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/system.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** system.h 28 Aug 2002 16:11:31 -0000 1.1.1.1
--- system.h 13 Feb 2003 18:19:24 -0000 1.2
***************
*** 61,68 ****
}
- #define save_flage( m ) _save_flags( &m )
- #if 0 /* XTFIXME: Why? */
- extern __inline__ unsigned long save_flags( int *a )
- #endif
#define save_flags(x) \
{ \
--- 61,64 ----
|