system.hh (5268:5bfc53fe60e7) system.hh (5991:3ca926101a5c)
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
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) ---

34class ThreadContext;
35
36class BreakPCEvent;
37class IdleStartEvent;
38
39#include "arch/mips/system.hh"
40#include "params/BareIronMipsSystem.hh"
41
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
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) ---

34class ThreadContext;
35
36class BreakPCEvent;
37class IdleStartEvent;
38
39#include "arch/mips/system.hh"
40#include "params/BareIronMipsSystem.hh"
41
42using namespace MipsISA;
43
44/**
45 * This class contains linux specific system code (Loading, Events).
46 * It points to objects that are the system binaries to load and patches them
47 * appropriately to work in simulator.
48 */
49class BareIronMipsSystem : public MipsSystem
50{
51 private:

--- 13 unchanged lines hidden ---
42/**
43 * This class contains linux specific system code (Loading, Events).
44 * It points to objects that are the system binaries to load and patches them
45 * appropriately to work in simulator.
46 */
47class BareIronMipsSystem : public MipsSystem
48{
49 private:

--- 13 unchanged lines hidden ---