Deleted Added
sdiff udiff text old ( 11383:5ac090acd180 ) new ( 11413:3d47d83a48eb )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

29 * Authors: Timothy M. Jones
30 */
31
32#include "arch/power/linux/linux.hh"
33
34#include <fcntl.h>
35#include <sys/mman.h>
36
37#define TARGET PowerLinux
38#include "kern/linux/flag_tables.hh"