From 11b308e7363e937966b035b4891db32b4eece3bf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 1 Oct 2010 08:55:28 -0800 Subject: integrating recent changes from fermi-test into fermi (i'll use "fermi" for more disruptive changes to the pipeline model such as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805] --- src/cuda-sim/dram_callback.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cuda-sim/dram_callback.h') diff --git a/src/cuda-sim/dram_callback.h b/src/cuda-sim/dram_callback.h index 9336ee0..fee97eb 100644 --- a/src/cuda-sim/dram_callback.h +++ b/src/cuda-sim/dram_callback.h @@ -75,10 +75,4 @@ #ifndef __DRAM_CALLBACK_H__ #define __DRAM_CALLBACK_H__ -typedef struct { - void (*function)(void* pI, void* gOldGThread); - void* instruction; - void* thread;// callback has to abuse g_thread when executed -}dram_callback_t; - #endif // #ifndef __DRAM_CALLBACK_H__ -- cgit v1.3