system.hh (4997:e7380529bd2d) system.hh (5712:199d31b47f7b)
1/*
2 * Copyright (c) 2002-2005 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;

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

214 Addr getKernelEntry() const { return kernelEntry; }
215
216#else
217
218 Addr new_page();
219
220#endif // FULL_SYSTEM
221
1/*
2 * Copyright (c) 2002-2005 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;

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

214 Addr getKernelEntry() const { return kernelEntry; }
215
216#else
217
218 Addr new_page();
219
220#endif // FULL_SYSTEM
221
222 int registerThreadContext(ThreadContext *tc, int tcIndex);
222 int registerThreadContext(ThreadContext *tc);
223 void replaceThreadContext(ThreadContext *tc, int tcIndex);
224
225 void serialize(std::ostream &os);
226 void unserialize(Checkpoint *cp, const std::string &section);
227
228 public:
229 ////////////////////////////////////////////
230 //

--- 13 unchanged lines hidden ---
223 void replaceThreadContext(ThreadContext *tc, int tcIndex);
224
225 void serialize(std::ostream &os);
226 void unserialize(Checkpoint *cp, const std::string &section);
227
228 public:
229 ////////////////////////////////////////////
230 //

--- 13 unchanged lines hidden ---