Fix the system clock at 1THz making 1 simulation tick = 1 ps
[gem5.git] / base / fast_alloc.hh
index 4536284dfa75a108ee4dd8e3e82b84df12066849..54e35f8e0eeeecb7e92404cb3cf5c8537e25ad70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2001, 2003 The Regents of The University of Michigan
+ * Copyright (c) 2000-2001, 2003-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -68,7 +68,9 @@
 // (by bucket).
 // #define FAST_ALLOC_STATS
 
-#ifdef NO_FAST_ALLOC
+#include "config/no_fast_alloc.hh"
+
+#if NO_FAST_ALLOC
 
 class FastAlloc {
 };