X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=base%2Ffast_alloc.hh;h=54e35f8e0eeeecb7e92404cb3cf5c8537e25ad70;hb=690399614c3bc9ee46bee2a86b9558efbbf3b51a;hp=4536284dfa75a108ee4dd8e3e82b84df12066849;hpb=3f7b780af5530cc60228ebd3e895ab26d477614e;p=gem5.git diff --git a/base/fast_alloc.hh b/base/fast_alloc.hh index 4536284df..54e35f8e0 100644 --- a/base/fast_alloc.hh +++ b/base/fast_alloc.hh @@ -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 { };