Changeset b07769b6 in mainline for src/proc/scheduler.c
- Timestamp:
- 2005-08-19T13:12:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4a61ef
- Parents:
- 6a4177a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/scheduler.c
r6a4177a rb07769b6 381 381 * Replace the old one with the new one. 382 382 */ 383 if (m1) {384 vm_uninstall(m1);385 }386 383 vm_install(m2); 387 384 }
Note:
See TracChangeset
for help on using the changeset viewer.