|
@@ -674,12 +674,6 @@ struct task_struct fastcall * __switch_to(struct task_struct *prev_p, struct tas
|
|
|
|
|
|
write_pda(pcurrent, next_p);
|
|
write_pda(pcurrent, next_p);
|
|
|
|
|
|
- /*
|
|
|
|
- * Restore IOPL if needed.
|
|
|
|
- */
|
|
|
|
- if (unlikely(prev->iopl != next->iopl))
|
|
|
|
- set_iopl_mask(next->iopl);
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Now maybe handle debug registers and/or IO bitmaps
|
|
* Now maybe handle debug registers and/or IO bitmaps
|
|
*/
|
|
*/
|