process.cc (6808:baa5ec031980) process.cc (7676:92274350b953)
1/*
2 * Copyright (c) 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

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

28 *
29 * Authors: Gabe Black
30 * Korey Sewell
31 */
32
33#include "arch/mips/linux/linux.hh"
34#include "arch/mips/linux/process.hh"
35#include "arch/mips/isa_traits.hh"
1/*
2 * Copyright (c) 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

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

28 *
29 * Authors: Gabe Black
30 * Korey Sewell
31 */
32
33#include "arch/mips/linux/linux.hh"
34#include "arch/mips/linux/process.hh"
35#include "arch/mips/isa_traits.hh"
36
37#include "base/trace.hh"
38#include "cpu/thread_context.hh"
39#include "kern/linux/linux.hh"
36#include "base/trace.hh"
37#include "cpu/thread_context.hh"
38#include "kern/linux/linux.hh"
40
41#include "sim/process.hh"
42#include "sim/system.hh"
43#include "sim/syscall_emul.hh"
44#include "sim/eventq.hh"
45
46using namespace std;
47using namespace MipsISA;
48

--- 435 unchanged lines hidden ---
39#include "sim/process.hh"
40#include "sim/system.hh"
41#include "sim/syscall_emul.hh"
42#include "sim/eventq.hh"
43
44using namespace std;
45using namespace MipsISA;
46

--- 435 unchanged lines hidden ---