Changeset 436 for trunk/kernel/mm/page.c
- Timestamp:
- Mar 7, 2018, 9:02:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/page.c
r433 r436 180 180 181 181 // deschedule the calling thread 182 thread_block( thread, THREAD_BLOCKED_PAGE );182 thread_block( XPTR( local_cxy , thread ) , THREAD_BLOCKED_PAGE ); 183 183 sched_yield("cannot lock a page"); 184 184 }
Note: See TracChangeset
for help on using the changeset viewer.