process.cc (11337:4e3bf51208ba) process.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2010-2013, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 *
41 * Authors: Korey Sewell
42 * Stephen Hines
43 * Ali Saidi
44 * Giacomo Gabrielli
45 */
46
1/*
2 * Copyright (c) 2010-2013, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 *
41 * Authors: Korey Sewell
42 * Stephen Hines
43 * Ali Saidi
44 * Giacomo Gabrielli
45 */
46
47#include "arch/arm/linux/linux.hh"
48#include "arch/arm/linux/process.hh"
47#include "arch/arm/linux/process.hh"
48
49#include "arch/arm/isa_traits.hh"
49#include "arch/arm/isa_traits.hh"
50#include "arch/arm/linux/linux.hh"
50#include "base/trace.hh"
51#include "cpu/thread_context.hh"
52#include "kern/linux/linux.hh"
53#include "sim/process.hh"
54#include "sim/syscall_emul.hh"
55#include "sim/system.hh"
56
57using namespace std;

--- 1660 unchanged lines hidden ---
51#include "base/trace.hh"
52#include "cpu/thread_context.hh"
53#include "kern/linux/linux.hh"
54#include "sim/process.hh"
55#include "sim/syscall_emul.hh"
56#include "sim/system.hh"
57
58using namespace std;

--- 1660 unchanged lines hidden ---