Fix amd64 and ia32 management of I/O bitmap in before_task_runs_arch()
commit9fa16b204b1d07e1406cbdc9803f00547dcadfa8
authorJakub Jermar <jakub@jermar.eu>
Mon, 17 Apr 2006 15:45:38 +0000 (17 15:45 +0000)
committerJakub Jermar <jakub@jermar.eu>
Mon, 17 Apr 2006 15:45:38 +0000 (17 15:45 +0000)
treef0afc0b79a2944ada8f131581e42ab47dae66975
parent97a7effc811599a0a052715fae6d7e97c2fa066c
Fix amd64 and ia32 management of I/O bitmap in before_task_runs_arch()
by treating the iomap array as a bitmap. Make use of the bitmap type
and functions added in previous commit.
arch/amd64/include/pm.h
arch/amd64/include/proc/task.h
arch/amd64/src/proc/scheduler.c
arch/amd64/src/proc/task.c
arch/ia32/include/pm.h
arch/ia32/include/proc/task.h
arch/ia32/src/proc/scheduler.c
arch/ia32/src/proc/task.c