From: Don Zickus Date: Tue, 26 Sep 2006 08:52:26 +0000 (+0200) Subject: [PATCH] i386: Utilize performance counter reservation framework in oprofile X-Git-Tag: v2.6.19-rc1~1077^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9c448c661d40ce2efbce8e9c19cc4d420d8ccc;p=pandora-kernel.git [PATCH] i386: Utilize performance counter reservation framework in oprofile Incorporates the new performance counter reservation system in oprofile. Also cleans up a lot of the initialization code. The code original zero'd out every register associated with performance counters regardless if those registers were used or not. This causes issues with the nmi watchdog. Now oprofile tries to reserve registers and gives up if it can't get them. Cc: levon@movementarian.org Cc: oprofile-list@lists.sf.net Signed-off-by: Don Zickus Signed-off-by: Andi Kleen --- Reading git-diff-tree failed