UIO: add pgprot_noncached() to UIO mmap code
upstream commit: c9698d6b Mapping of physical memory in UIO needs pgprot_noncached() to ensure that IO memory is not cached. Without pgprot_noncached(), it (accidentally) works on x86 and arm, but fails on PPC. Signed-off-by:Jean-Samuel Chenard <jsamch@gmail.com> Signed-off-by:
Hans J Koch <hjk@linutronix.de> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by:
Chris Wright <chrisw@sous-sol.org>
Loading
Please sign in to comment