Deleted Added
sdiff udiff text old ( 11383:5ac090acd180 ) new ( 11413:3d47d83a48eb )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

37 * Authors: Gabe Black
38 */
39
40#include "arch/x86/linux/linux.hh"
41
42#include <fcntl.h>
43#include <sys/mman.h>
44
45// true for both X86Linux32 and X86Linux64
46#define TARGET_HAS_MAP_32BIT
47
48#define TARGET X86Linux32
49#include "kern/linux/flag_tables.hh"
50
51#undef TARGET
52#define TARGET X86Linux64
53#include "kern/linux/flag_tables.hh"