Skip to content
Commit 55490050 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 3c776a07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment