[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x
pxa27xhardware.h, 1.5, 1.6
David Gay
idgay at users.sourceforge.net
Mon Oct 8 13:10:18 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26594/tos/chips/pxa27x
Modified Files:
pxa27xhardware.h
Log Message:
don't use __attribute__ for nesC attributes
Index: pxa27xhardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/pxa27xhardware.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pxa27xhardware.h 23 May 2007 22:49:31 -0000 1.5
--- pxa27xhardware.h 8 Oct 2007 20:10:10 -0000 1.6
***************
*** 93,97 ****
//NOTE...at the moment, these functions will ONLY disable the IRQ...FIQ is left alone
! inline __nesc_atomic_t __nesc_atomic_start(void) __attribute__((spontaneous))
{
uint32_t result = 0;
--- 93,97 ----
//NOTE...at the moment, these functions will ONLY disable the IRQ...FIQ is left alone
! inline __nesc_atomic_t __nesc_atomic_start(void) @spontaneous()
{
uint32_t result = 0;
***************
*** 109,113 ****
}
! inline void __nesc_atomic_end(__nesc_atomic_t oldState) __attribute__((spontaneous))
{
uint32_t statusReg = 0;
--- 109,113 ----
}
! inline void __nesc_atomic_end(__nesc_atomic_t oldState) @spontaneous()
{
uint32_t statusReg = 0;
More information about the Tinyos-2-commits
mailing list