]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86: initialise tss->io_bitmap_owner to something
authorBart Oldeman <bartoldeman@users.sourceforge.net>
Sun, 30 Oct 2005 22:59:29 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:11 +0000 (17:37 -0800)
commitaa0d823679c48b8e9f6f262c87a5dcd4d61ac4e4
tree7704d4d242a57668e94f7915b8b995f620ef3bcd
parent2043f50b15c8dbf99fe9777c4248e6fec32324f0
[PATCH] x86: initialise tss->io_bitmap_owner to something

There exists a field io_bitmap_owner in the TSS that is only checked, but
never set to anything else but NULL.

Signed-off-by: Bart Oldeman <bartoldeman@users.sourceforge.net>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/traps.c