system.hh (2716:b9114064d77a) system.hh (3549:91fdf097156a)
1/*
2 * Copyright (c) 2004-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;

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

34#define __ARCH_ALPHA_LINUX_SYSTEM_HH__
35
36class ThreadContext;
37
38class BreakPCEvent;
39class IdleStartEvent;
40
41#include "arch/alpha/system.hh"
1/*
2 * Copyright (c) 2004-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;

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

34#define __ARCH_ALPHA_LINUX_SYSTEM_HH__
35
36class ThreadContext;
37
38class BreakPCEvent;
39class IdleStartEvent;
40
41#include "arch/alpha/system.hh"
42#include "kern/alpha/idle_event.hh"
42#include "kern/linux/events.hh"
43
44using namespace AlphaISA;
45using namespace Linux;
46
47/**
48 * This class contains linux specific system code (Loading, Events).
49 * It points to objects that are the system binaries to load and patches them

--- 88 unchanged lines hidden ---
43#include "kern/linux/events.hh"
44
45using namespace AlphaISA;
46using namespace Linux;
47
48/**
49 * This class contains linux specific system code (Loading, Events).
50 * It points to objects that are the system binaries to load and patches them

--- 88 unchanged lines hidden ---