From: Steven Rostedt Date: Thu, 2 Oct 2008 23:18:09 +0000 (-0400) Subject: ring_buffer: map to cpu not page X-Git-Tag: v2.6.28-rc1~78^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1e0e3bcf95ce684d005bedb16e5d4559455685;p=pandora-kernel.git ring_buffer: map to cpu not page My original patch had a compile bug when NUMA was configured. I referenced cpu when it should have been cpu_buffer->cpu. Ingo quickly fixed this bug by replacing cpu with 'i' because that was the loop counter. Unfortunately, the 'i' was the counter of pages, not CPUs. This caused a crash when the number of pages allocated for the buffers exceeded the number of pages, which would usually be the case. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed