pagetable.hh (3804:fa7a01dddc7a) pagetable.hh (3809:41f230650d69)
1/*
2 * Copyright (c) 2006 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;

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

27 *
28 * Authors: Ali Saidi
29 */
30
31#ifndef __ARCH_SPARC_PAGETABLE_HH__
32#define __ARCH_SPARC_PAGETABLE_HH__
33
34#include "arch/sparc/isa_traits.hh"
1/*
2 * Copyright (c) 2006 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;

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

27 *
28 * Authors: Ali Saidi
29 */
30
31#ifndef __ARCH_SPARC_PAGETABLE_HH__
32#define __ARCH_SPARC_PAGETABLE_HH__
33
34#include "arch/sparc/isa_traits.hh"
35#include "base/misc.hh"
35#include "config/full_system.hh"
36
36#include "config/full_system.hh"
37
38class Checkpoint;
39
37namespace SparcISA
38{
39struct VAddr
40{
41 VAddr(Addr a) { panic("not implemented yet."); }
42};
43
44class PageTableEntry

--- 150 unchanged lines hidden ---
40namespace SparcISA
41{
42struct VAddr
43{
44 VAddr(Addr a) { panic("not implemented yet."); }
45};
46
47class PageTableEntry

--- 150 unchanged lines hidden ---