diff options
author | Steven Rostedt <[email protected]> | 2008-10-02 19:18:09 -0400 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-10-14 10:39:15 +0200 |
commit | aa1e0e3bcf95ce684d005bedb16e5d4559455685 (patch) | |
tree | 579416746452a880ca42de6c2885419e49a44e45 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | eb7fa935274bb233686fdf7a53f40c5d9ee76ed6 (diff) |
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions