system.cc (8852:c744483edfcf) system.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

31/**
32 * @file
33 * Modifications for the FreeBSD kernel.
34 * Based on kern/linux/linux_system.cc.
35 *
36 */
37
38#include "arch/alpha/freebsd/system.hh"
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

31/**
32 * @file
33 * Modifications for the FreeBSD kernel.
34 * Based on kern/linux/linux_system.cc.
35 *
36 */
37
38#include "arch/alpha/freebsd/system.hh"
39
39#include "arch/alpha/system.hh"
40#include "arch/isa_traits.hh"
41#include "arch/vtophys.hh"
42#include "base/loader/symtab.hh"
43#include "cpu/thread_context.hh"
44#include "mem/fs_translating_port_proxy.hh"
45#include "sim/byteswap.hh"
46

--- 48 unchanged lines hidden ---
40#include "arch/alpha/system.hh"
41#include "arch/isa_traits.hh"
42#include "arch/vtophys.hh"
43#include "base/loader/symtab.hh"
44#include "cpu/thread_context.hh"
45#include "mem/fs_translating_port_proxy.hh"
46#include "sim/byteswap.hh"
47

--- 48 unchanged lines hidden ---