system.cc (8229:78bf55f23338) system.cc (8245:a9d06c894afe)
1/*
2 * Copyright (c) 2010 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

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

42
43#include "arch/arm/linux/atag.hh"
44#include "arch/arm/linux/system.hh"
45#include "arch/arm/isa_traits.hh"
46#include "arch/arm/utility.hh"
47#include "base/loader/object_file.hh"
48#include "base/loader/symtab.hh"
49#include "cpu/thread_context.hh"
1/*
2 * Copyright (c) 2010 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

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

42
43#include "arch/arm/linux/atag.hh"
44#include "arch/arm/linux/system.hh"
45#include "arch/arm/isa_traits.hh"
46#include "arch/arm/utility.hh"
47#include "base/loader/object_file.hh"
48#include "base/loader/symtab.hh"
49#include "cpu/thread_context.hh"
50#include "debug/Loader.hh"
50#include "kern/linux/events.hh"
51#include "mem/physical.hh"
52
53using namespace ArmISA;
54using namespace Linux;
55
56LinuxArmSystem::LinuxArmSystem(Params *p)
57 : ArmSystem(p)

--- 91 unchanged lines hidden ---
51#include "kern/linux/events.hh"
52#include "mem/physical.hh"
53
54using namespace ArmISA;
55using namespace Linux;
56
57LinuxArmSystem::LinuxArmSystem(Params *p)
58 : ArmSystem(p)

--- 91 unchanged lines hidden ---