Re: Linux UIO driver cache problem in PowerPC (fix)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hans J. Koch
Date: Sunday, March 16, 2008 - 5:20 am

Am Sun, 16 Mar 2008 03:51:10 +0100
schrieb "Leon Woestenberg" <leon.woestenberg@gmail.com>:


As far as I understood, the VM_IO flag simply means that the page is
used for IO. On some architectures this automatically means that the
page is not cached, but this is not guaranteed. That's why
pgprot_noncached() exists.

If I misunderstood something or somebody can explain it better, please
let me know.


It _is_ trivial. It's just something you don't need every day, and
therefore it's not known to everybody (including me) or not obvious.
But if you look at it:

VM_IO means IO
pgprot_noncached means noncached

What could be more trivial?

Thanks,
Hans
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Linux UIO driver cache problem in PowerPC (fix), Hans-Jürgen, (Thu Mar 13, 12:19 am)
Re: Linux UIO driver cache problem in PowerPC (fix), Grant Likely, (Thu Mar 13, 2:53 pm)
Re: Linux UIO driver cache problem in PowerPC (fix), Juergen Beisert, (Fri Mar 14, 12:41 am)
Re: Linux UIO driver cache problem in PowerPC (fix), Hans J. Koch, (Fri Mar 14, 3:33 am)
Re: Linux UIO driver cache problem in PowerPC (fix), Leon Woestenberg, (Sat Mar 15, 7:51 pm)
Re: Linux UIO driver cache problem in PowerPC (fix), Hans J. Koch, (Sun Mar 16, 5:20 am)