summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/delayqueue.cc
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-08 23:57:43 -0800
committerTor Aamodt <[email protected]>2010-08-08 23:57:43 -0800
commit06d6f3bb15f4c1dc56943304696ac83b36413907 (patch)
tree95ea0c28ede4f251f8ad8e2aef0d06f5c37087bb /src/gpgpu-sim/delayqueue.cc
parent529b3a65b65536e20f6a1dab135233f52d19bcf3 (diff)
refactor: shader.cc free of extern declarations
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7176]
Diffstat (limited to 'src/gpgpu-sim/delayqueue.cc')
-rw-r--r--src/gpgpu-sim/delayqueue.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpgpu-sim/delayqueue.cc b/src/gpgpu-sim/delayqueue.cc
index dc870d0..659018b 100644
--- a/src/gpgpu-sim/delayqueue.cc
+++ b/src/gpgpu-sim/delayqueue.cc
@@ -65,10 +65,9 @@
#include "delayqueue.h"
#include "gpu-misc.h"
+#include "gpu-sim.h"
#include "../intersim/statwraper.h"
-extern unsigned long long gpu_sim_cycle; //for stat collection
-
unsigned char dq_full( delay_queue* dq )
{
if (dq->max_len && dq->length >= dq->max_len)