[Tinyos-commits] CVS: tinyos-1.x/tos/platform/pc hardware.h, 1.10,
1.11
David Gay
idgay at users.sourceforge.net
Mon Jun 20 15:07:48 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/pc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5369/pc
Modified Files:
hardware.h
Log Message:
replace TOSH_sleep with __nesc_atomic_sleep (enable intr+sleep in one go),
to fix deadlock
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/pc/hardware.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hardware.h 24 Feb 2004 04:31:47 -0000 1.10
--- hardware.h 20 Jun 2005 22:07:45 -0000 1.11
***************
*** 77,81 ****
}
! void TOSH_sleep()
{
}
--- 77,81 ----
}
! void __nesc_atomic_sleep()
{
}
More information about the Tinyos-commits
mailing list