fu_pool.cc (5034:6186ef720dd4) fu_pool.cc (8737:770ccf3af571)
1/*
2 * Copyright (c) 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;

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

247}
248
249void
250FUPool::switchOut()
251{
252}
253
254void
1/*
2 * Copyright (c) 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;

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

247}
248
249void
250FUPool::switchOut()
251{
252}
253
254void
255FUPool::takeOverFrom()
255FUPool::takeOver()
256{
257 for (int i = 0; i < numFU; i++) {
258 unitBusy[i] = false;
259 }
260 unitsToBeFreed.clear();
261}
262
263//

--- 19 unchanged lines hidden ---
256{
257 for (int i = 0; i < numFU; i++) {
258 unitBusy[i] = false;
259 }
260 unitsToBeFreed.clear();
261}
262
263//

--- 19 unchanged lines hidden ---