Deleted Added
sdiff udiff text old ( 8229:78bf55f23338 ) new ( 8232:b28d06a175be )
full compact
1/*
2 * Copyright (c) 2011 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

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

41 * Ali Saidi
42 */
43
44#include <sstream>
45
46#include "arch/utility.hh"
47#include "base/trace.hh"
48#include "cpu/thread_context.hh"
49#include "debug/DebugPrintf.hh"
50#include "kern/linux/events.hh"
51#include "kern/linux/printk.hh"
52#include "kern/system_events.hh"
53#include "sim/arguments.hh"
54#include "sim/pseudo_inst.hh"
55#include "sim/system.hh"
56
57namespace Linux {

--- 35 unchanged lines hidden ---