[Tinyos-commits] CVS: tinyos-1.x/tos/platform/msp430 MSP430InterruptM.nc, 1.10, 1.11

Joe Polastre jpolastre at users.sourceforge.net
Tue Aug 2 20:56:42 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30360

Modified Files:
	MSP430InterruptM.nc 
Log Message:
supress norace warnings for P1IFG and P2IFG that compile down to
bit set and bit clear assembly


Index: MSP430InterruptM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/msp430/MSP430InterruptM.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MSP430InterruptM.nc	22 Apr 2005 19:16:22 -0000	1.10
--- MSP430InterruptM.nc	3 Aug 2005 03:56:40 -0000	1.11
***************
*** 49,52 ****
--- 49,57 ----
  implementation
  {
+   MSP430REG_NORACE(P1IE);
+   MSP430REG_NORACE(P2IE);
+   MSP430REG_NORACE(P1IFG);
+   MSP430REG_NORACE(P2IFG);
+ 
    TOSH_SIGNAL(PORT1_VECTOR)
    {



More information about the Tinyos-commits mailing list