From: Luca Barbieri Date: Sat, 16 Jan 2010 09:39:30 +0000 (+0100) Subject: hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change X-Git-Tag: v2.6.33-rc5~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb7a95f5455cd87e6a69e5818bc1f509a98d187;p=pandora-kernel.git hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change Commit 62edab9056a6cf0c9207339c8892c923a5217e45 (from June 2009 but merged in 2.6.33) changes notify_die to pass dr6 by reference. However, it forgets to fix the check for DR_STEP in kmmio.c, breaking mmiotrace. It also passes a wrong value to the post handler. This simple fix makes mmiotrace work again. Signed-off-by: Luca Barbieri Acked-by: K.Prasad Cc: Frederic Weisbecker LKML-Reference: <1263634770-14578-1-git-send-email-luca@luca-barbieri.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed