Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | um: add dummy ioremap and iounmap functions | Logan Gunthorpe | |
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: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Stephen Bates <sbates@raithlin.com> Signed-off-by: Richard Weinberger <richard@nod.at> | |||
2012-03-25 | um: a bunch of headers can be killed by using generic-y | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> | |||
2008-10-22 | x86, um: initial part of asm-um move | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com> |