utility.hh (10417:710ee116eb68) utility.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

30 * Steve Reinhardt
31 * Korey Sewell
32 */
33
34#ifndef __ARCH_MIPS_UTILITY_HH__
35#define __ARCH_MIPS_UTILITY_HH__
36#include "arch/mips/isa_traits.hh"
37#include "arch/mips/types.hh"
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

30 * Steve Reinhardt
31 * Korey Sewell
32 */
33
34#ifndef __ARCH_MIPS_UTILITY_HH__
35#define __ARCH_MIPS_UTILITY_HH__
36#include "arch/mips/isa_traits.hh"
37#include "arch/mips/types.hh"
38#include "base/misc.hh"
38#include "base/logging.hh"
39#include "base/types.hh"
40#include "cpu/static_inst.hh"
41#include "cpu/thread_context.hh"
42
43class ThreadContext;
44
45namespace MipsISA {
46

--- 86 unchanged lines hidden ---
39#include "base/types.hh"
40#include "cpu/static_inst.hh"
41#include "cpu/thread_context.hh"
42
43class ThreadContext;
44
45namespace MipsISA {
46

--- 86 unchanged lines hidden ---