commit | 2684927c6b938ec7a679891e0ec1fa0709c521bd | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zach@vmware.com> | Fri Jan 06 00:11:59 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:35 2006 -0800 |
tree | 8696e818f64294be38f0d6e2fd677ba35abc7582 | |
parent | 92f17f0171e864a2cbe448c5b7b473e72a7d27b8 [diff] |
[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>