X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=base%2Ffast_alloc.hh;h=54e35f8e0eeeecb7e92404cb3cf5c8537e25ad70;hb=690399614c3bc9ee46bee2a86b9558efbbf3b51a;hp=81f2f1359b90797ff86874036b1708cff311e1ae;hpb=e537fb3fd61f62040a579976c27903bcb2d52939;p=gem5.git diff --git a/base/fast_alloc.hh b/base/fast_alloc.hh index 81f2f1359..54e35f8e0 100644 --- a/base/fast_alloc.hh +++ b/base/fast_alloc.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 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 { };