From: Frederic Weisbecker Date: Thu, 26 Nov 2009 05:04:38 +0000 (+0100) Subject: x86/hw-breakpoints: Don't lose GE flag while disabling a breakpoint X-Git-Tag: v2.6.33-rc1~399^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c31b7958fd21df9fa04e5c36cda0f063ac70b27;p=pandora-kernel.git x86/hw-breakpoints: Don't lose GE flag while disabling a breakpoint When we schedule out a breakpoint from the cpu, we also incidentally remove the "Global exact breakpoint" flag from the breakpoint control register. It makes us losing the fine grained precision about the origin of the instructions that may trigger breakpoint exceptions for the other breakpoints running in this cpu. Reported-by: Prasad Signed-off-by: Frederic Weisbecker LKML-Reference: <1259211878-6013-1-git-send-regression-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed