process.cc (10495:75d2f19fecce) process.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 * Authors: Korey Sewell
31 * Stephen Hines
32 * Timothy M. Jones
33 */
34
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 * Authors: Korey Sewell
31 * Stephen Hines
32 * Timothy M. Jones
33 */
34
35#include "arch/power/linux/linux.hh"
36#include "arch/power/linux/process.hh"
35#include "arch/power/linux/process.hh"
36
37#include "arch/power/isa_traits.hh"
37#include "arch/power/isa_traits.hh"
38#include "arch/power/linux/linux.hh"
38#include "base/trace.hh"
39#include "cpu/thread_context.hh"
40#include "kern/linux/linux.hh"
41#include "sim/process.hh"
42#include "sim/syscall_emul.hh"
43#include "sim/system.hh"
44
45using namespace std;

--- 409 unchanged lines hidden ---
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
41#include "kern/linux/linux.hh"
42#include "sim/process.hh"
43#include "sim/syscall_emul.hh"
44#include "sim/system.hh"
45
46using namespace std;

--- 409 unchanged lines hidden ---