atomic.cc (3432:0bd71e26a332) atomic.cc (3453:c3ce58882751)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 499 unchanged lines hidden (view full) ---

508 Param<Counter> max_loads_any_thread;
509 Param<Counter> max_loads_all_threads;
510 Param<Tick> progress_interval;
511 SimObjectParam<MemObject *> mem;
512 SimObjectParam<System *> system;
513 Param<int> cpu_id;
514
515#if FULL_SYSTEM
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 499 unchanged lines hidden (view full) ---

508 Param<Counter> max_loads_any_thread;
509 Param<Counter> max_loads_all_threads;
510 Param<Tick> progress_interval;
511 SimObjectParam<MemObject *> mem;
512 SimObjectParam<System *> system;
513 Param<int> cpu_id;
514
515#if FULL_SYSTEM
516 SimObjectParam<AlphaITB *> itb;
517 SimObjectParam<AlphaDTB *> dtb;
516 SimObjectParam<TheISA::ITB *> itb;
517 SimObjectParam<TheISA::DTB *> dtb;
518 Param<Tick> profile;
519#else
520 SimObjectParam<Process *> workload;
521#endif // FULL_SYSTEM
522
523 Param<int> clock;
524
525 Param<bool> defer_registration;

--- 74 unchanged lines hidden ---
518 Param<Tick> profile;
519#else
520 SimObjectParam<Process *> workload;
521#endif // FULL_SYSTEM
522
523 Param<int> clock;
524
525 Param<bool> defer_registration;

--- 74 unchanged lines hidden ---