process.cc (11793:ef606668d247) process.cc (11794:97eebddaae84)
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

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

35#include "arch/power/linux/process.hh"
36
37#include "arch/power/isa_traits.hh"
38#include "arch/power/linux/linux.hh"
39#include "base/trace.hh"
40#include "cpu/thread_context.hh"
41#include "kern/linux/linux.hh"
42#include "sim/process.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

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

35#include "arch/power/linux/process.hh"
36
37#include "arch/power/isa_traits.hh"
38#include "arch/power/linux/linux.hh"
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_desc.hh"
43#include "sim/syscall_emul.hh"
44#include "sim/system.hh"
45
46using namespace std;
47using namespace PowerISA;
48
49/// Target uname() handler.
50static SyscallReturn

--- 405 unchanged lines hidden ---
44#include "sim/syscall_emul.hh"
45#include "sim/system.hh"
46
47using namespace std;
48using namespace PowerISA;
49
50/// Target uname() handler.
51static SyscallReturn

--- 405 unchanged lines hidden ---