From: Kyle McMartin Date: Wed, 11 Jan 2006 01:47:52 +0000 (-0500) Subject: [PARISC] Fix and cleanup ioremap.c to work with 4level-fixup.h X-Git-Tag: v2.6.16-rc1~428^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0565a1c83a1045d8fae728056082262e712b201;p=pandora-kernel.git [PARISC] Fix and cleanup ioremap.c to work with 4level-fixup.h Fixup ioremap a bit. It seems to work on 32-bit kernels, but fails miserably on the first ioremapped access on 64-bit kernels. Also, having STI enabled causes it to fail. Probably because we're passing an ioremapped region to a real-mode STI call... Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed