> Anyway, my original question has not yet been answered: why is it that I can
> ioremap() any physical page by simply setting one bit, but I cannot always
> iounmap() it?  Why can't iounmap() simply undo what ioremap() did?

The fact you can doesn't mean you should. You need to be sole owner of that
page before you can fiddle with the reserved bit. You were not sole owner

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to