X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FSchedulerBasicP.nc;h=aadd26e50d6e4b1b08df2e7bb98963d881ec8b9d;hb=65317bcf5a141620987d6c7e155543ecf0303bb6;hp=9f99fd668e1e9ae1acc57f39374079c1582dad2c;hpb=d0ac870a232fc232fb630ad64874aadbf1b244a6;p=tinyos-2.x.git diff --git a/tos/system/SchedulerBasicP.nc b/tos/system/SchedulerBasicP.nc index 9f99fd66..aadd26e5 100644 --- a/tos/system/SchedulerBasicP.nc +++ b/tos/system/SchedulerBasicP.nc @@ -57,8 +57,6 @@ implementation uint8_t m_tail; uint8_t m_next[NUM_TASKS]; -#define v_head (*(volatile uint8_t *)&m_head) - // Helper functions (internal functions) intentionally do not have atomic // sections. It is left as the duty of the exported interface functions to // manage atomicity to minimize chances for binary code bloat.