Deleted Added
sdiff udiff text old ( 11793:ef606668d247 ) new ( 12239:ae1686aaebc5 )
full compact
1/*
2 * Copyright (c) 2009, 2014 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

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

48
49#include <deque>
50#include <string>
51#include <vector>
52
53#include "config/the_isa.hh"
54#include "cpu/intr_control.hh"
55#include "dev/arm/base_gic.hh"
56#include "sim/system.hh"
57
58using namespace std;
59using namespace TheISA;
60
61
62RealView::RealView(const Params *p)
63 : Platform(p), system(p->system), gic(nullptr)

--- 33 unchanged lines hidden ---