summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/sync.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-17 19:21:46 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-17 19:21:46 +0800
commit75b6fe2d84e21a3fa4fa574c77d40e6a0933d7f9 (patch)
treefad986e4ad79b5974d881f7ce12f4c441534c12f /src/target/firmware/include/layer1/sync.h
parent7f60fda60d76ad4b28631f360b4deb4989123abe (diff)
remove 'l1s.task' value for local DSP task checking
As the check no longer works with our higher-levle schedulers, we can remove this field from the l1s structure and all references to it.
Diffstat (limited to 'src/target/firmware/include/layer1/sync.h')
-rw-r--r--src/target/firmware/include/layer1/sync.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/firmware/include/layer1/sync.h b/src/target/firmware/include/layer1/sync.h
index e448cf1a..6bdb57ac 100644
--- a/src/target/firmware/include/layer1/sync.h
+++ b/src/target/firmware/include/layer1/sync.h
@@ -30,8 +30,6 @@ struct l1s_state {
uint32_t tpu_offset;
- int task;
-
/* Transmit queues of pending packets for main DCCH and ACCH */
struct llist_head tx_queue[_NUM_L1S_CHAN];