]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] x86: Deprecate useless bug
authorZachary Amsden <zach@vmware.com>
Fri, 6 Jan 2006 08:11:59 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:35 +0000 (08:33 -0800)
commit2684927c6b938ec7a679891e0ec1fa0709c521bd
tree8696e818f64294be38f0d6e2fd677ba35abc7582
parent92f17f0171e864a2cbe448c5b7b473e72a7d27b8
[PATCH] x86: Deprecate useless bug

Remove the "temporary debugging check" which has managed to live for quite
some time, and is clearly unneeded.  The mm can never be live at this point,
so clearly checking the LDT in the mm->context is redundant as well.

Signed-off-by: Zachary Amsden <zach@vmware.com>
Cc: "Seth, Rohit" <rohit.seth@intel.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/process.c