Skip to content
Commit 1bcbfbfd authored by Logan Gunthorpe's avatar Logan Gunthorpe Committed by Richard Weinberger
Browse files

um: add dummy ioremap and iounmap functions



The user mode architecture does not provide ioremap or iounmap, and
because of this, the arch won't build when the functions are used in some
core libraries.

I have designs to use these functions in scatterlist.c where they'd
almost certainly never be called on the um architecture but it does need
to compile.

Signed-off-by: default avatarLogan Gunthorpe <logang@deltatee.com>
Signed-off-by: default avatarStephen Bates <sbates@raithlin.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 0a987645
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment