utility.hh (6320:b90e13cafba4) utility.hh (6329:5d8b91875859)
1/*
2 * Copyright (c) 2003-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;

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

111 // Other CPUs will get activated by IPIs
112 if (cpuId == 0)
113 tc->activate(0);
114#else
115 tc->activate(0);
116#endif
117 }
118
1/*
2 * Copyright (c) 2003-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;

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

111 // Other CPUs will get activated by IPIs
112 if (cpuId == 0)
113 tc->activate(0);
114#else
115 tc->activate(0);
116#endif
117 }
118
119 void copyRegs(ThreadContext *src, ThreadContext *dest);
120
121 void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
122
119} // namespace SparcISA
120
121#endif
123} // namespace SparcISA
124
125#endif