commit | e0565a1c83a1045d8fae728056082262e712b201 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@parisc-linux.org> | Tue Jan 10 20:47:52 2006 -0500 |
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | Tue Jan 10 21:51:25 2006 -0500 |
tree | fc8c4cbccd738ca6dbf2861bb4d0feef7c4c5772 | |
parent | 45dbe9147dcad2b03f9d1397353d6eed9204da02 [diff] |
[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 <kyle@parisc-linux.org>