Deleted Added
sdiff udiff text old ( 11383:5ac090acd180 ) new ( 11413:3d47d83a48eb )
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 * Authors: Stephen Hines
42 */
43
44#include "arch/arm/linux/linux.hh"
45
46#include <fcntl.h>
47#include <sys/mman.h>
48
49#define TARGET ArmLinux32
50#include "kern/linux/flag_tables.hh"
51
52#undef TARGET
53#define TARGET ArmLinux64
54#include "kern/linux/flag_tables.hh"