From: Geert Uytterhoeven Date: Wed, 14 Aug 2013 08:45:00 +0000 (+0200) Subject: m68k/atari: ARAnyM - Always use physical addresses in NatFeat calls X-Git-Tag: v3.12-rc1~188^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55490050df0f5d82ce070be11351c65f7696101c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed