process.cc (7532:3f6413fc37a2) process.cc (8229:78bf55f23338)
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

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

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"
37#include "arch/power/isa_traits.hh"
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

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

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"
37#include "arch/power/isa_traits.hh"
38
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
41#include "kern/linux/linux.hh"
38#include "base/trace.hh"
39#include "cpu/thread_context.hh"
40#include "kern/linux/linux.hh"
42
43#include "sim/process.hh"
44#include "sim/syscall_emul.hh"
45#include "sim/system.hh"
46
47using namespace std;
48using namespace PowerISA;
49
50/// Target uname() handler.

--- 406 unchanged lines hidden ---
41#include "sim/process.hh"
42#include "sim/syscall_emul.hh"
43#include "sim/system.hh"
44
45using namespace std;
46using namespace PowerISA;
47
48/// Target uname() handler.

--- 406 unchanged lines hidden ---