]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
x86 mmiotrace: fix page-unaligned ioremaps
authorPekka Paalanen <pq@iki.fi>
Mon, 12 May 2008 19:21:03 +0000 (21:21 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 24 May 2008 09:27:32 +0000 (11:27 +0200)
commit87e547fe41a8b57d6d80afc67a0031fbe477eb0d
tree96b34f7c11268ebb58a470faf858132a69b82639
parent970e6fa03885f32cc43e42cb08c73a5f54cd8bd9
x86 mmiotrace: fix page-unaligned ioremaps

mmiotrace_ioremap() expects to receive the original unaligned map phys address
and size. Also fix {un,}register_kmmio_probe() to deal properly with
unaligned size.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/ioremap.c
arch/x86/mm/kmmio.c
arch/x86/mm/mmio-mod.c