]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/atari: ARAnyM - Always use physical addresses in NatFeat calls
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 14 Aug 2013 08:45:00 +0000 (10:45 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 23 Aug 2013 10:49:01 +0000 (12:49 +0200)
commitdb8ca77960a0f3bd3271c099a19432c50e322974
tree80ffaf29f1e1af88d928d332e18c65957fad1e8e
parentbae953a72ffd0f67c2e608bbce28ff0f21f4f90c
m68k/atari: ARAnyM - Always use physical addresses in NatFeat calls

Pointers passed to ARAnyM NatFeat calls should be physical addresses,
not virtual addresses. This worked before because on Atari, physical and
virtual kernel addresses are the same, as long as normal kernel memory
is concerned.

Correct the few remaining places where virtual addresses were used.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/emu/natfeat.c
arch/m68k/emu/nfblock.c
arch/m68k/emu/nfcon.c
arch/m68k/emu/nfeth.c