From: Pekka Paalanen Date: Mon, 12 May 2008 19:20:56 +0000 (+0200) Subject: x86 mmiotrace: fix relay-buffer-full flag for SMP X-Git-Tag: v2.6.27-rc1~1102^2^2~2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1ffafa80f6673101c6560c2bacfe3df10372ee;p=pandora-kernel.git x86 mmiotrace: fix relay-buffer-full flag for SMP Relay has per-cpu buffers, but mmiotrace was using only a single flag for detecting buffer full/not-full transitions. The new code makes this per-cpu and actually counts missed events. Signed-off-by: Pekka Paalanen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed