|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.94, 2010/12/20 00:25:35 | version 1.95, 2011/03/18 15:18:16 | ||
|---|---|---|---|
|
|
||
| /* Switch I/O bitmap */ | /* Switch I/O bitmap */ | ||
| movl PCB_IOMAP(%ebx),%eax | movl PCB_IOMAP(%ebx),%eax | ||
| orl %eax,%eax | orl %eax,%eax | ||
| jnz,pn .Lcopy_iobitmap | jnz .Lcopy_iobitmap | ||
| movl $(IOMAP_INVALOFF << 16),CPUVAR(IOBASE) | movl $(IOMAP_INVALOFF << 16),CPUVAR(IOBASE) | ||
| .Liobitmap_done: | .Liobitmap_done: | ||