commit | fe1ffafa80f6673101c6560c2bacfe3df10372ee | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pq@iki.fi> | Mon May 12 21:20:56 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 24 11:21:39 2008 +0200 |
tree | 15391f0e992a4b149270a12fc861dd5353980318 | |
parent | 75bb88350e0501b3cf5ac096a1008757844414a9 [diff] |
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 <pq@iki.fi> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>