system.hh (5991:3ca926101a5c) system.hh (8706:b1838faf3bcc)
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;

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

123 /** Grab the PCBB of the idle process when it starts */
124 IdleStartEvent *idleStartEvent;
125
126 public:
127 typedef LinuxAlphaSystemParams Params;
128 LinuxAlphaSystem(Params *p);
129 ~LinuxAlphaSystem();
130
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;

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

123 /** Grab the PCBB of the idle process when it starts */
124 IdleStartEvent *idleStartEvent;
125
126 public:
127 typedef LinuxAlphaSystemParams Params;
128 LinuxAlphaSystem(Params *p);
129 ~LinuxAlphaSystem();
130
131 /**
132 * Initialise the system
133 */
134 virtual void initState();
135
131 void setDelayLoop(ThreadContext *tc);
132};
133
134#endif // __ARCH_ALPHA_LINUX_SYSTEM_HH__
136 void setDelayLoop(ThreadContext *tc);
137};
138
139#endif // __ARCH_ALPHA_LINUX_SYSTEM_HH__