system.hh (8885:52bbd95b31ed) system.hh (9557:8666e81607a6)
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;

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

84 Addr InitrdSize() const { return Param() + 0x108; }
85 static const int CommandLineSize = 256;
86
87 private:
88#ifndef NDEBUG
89 /** Event to halt the simulator if the kernel calls panic() */
90 BreakPCEvent *kernelPanicEvent;
91
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;

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

84 Addr InitrdSize() const { return Param() + 0x108; }
85 static const int CommandLineSize = 256;
86
87 private:
88#ifndef NDEBUG
89 /** Event to halt the simulator if the kernel calls panic() */
90 BreakPCEvent *kernelPanicEvent;
91
92#if 0
92 /** Event to halt the simulator if the kernel calls die_if_kernel */
93 BreakPCEvent *kernelDieEvent;
94#endif
95
93 /** Event to halt the simulator if the kernel calls die_if_kernel */
94 BreakPCEvent *kernelDieEvent;
95#endif
96
97#endif
98
96 /**
97 * Event to skip determine_cpu_caches() because we don't support
98 * the IPRs that the code can access to figure out cache sizes
99 */
100 SkipFuncEvent *skipCacheProbeEvent;
101
102 /** PC based event to skip the ide_delay_50ms() call */
103 SkipFuncEvent *skipIdeDelay50msEvent;

--- 44 unchanged lines hidden ---
99 /**
100 * Event to skip determine_cpu_caches() because we don't support
101 * the IPRs that the code can access to figure out cache sizes
102 */
103 SkipFuncEvent *skipCacheProbeEvent;
104
105 /** PC based event to skip the ide_delay_50ms() call */
106 SkipFuncEvent *skipIdeDelay50msEvent;

--- 44 unchanged lines hidden ---