commit | ea1eae75eb596e0628dc5e01d32c78b1f6b257fb | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Wed Jan 18 17:42:38 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 18 19:20:18 2006 -0800 |
tree | ebd55d53c349548af8685f1705dc9c682eb8649b | |
parent | 86c562a9d6683063e071692fe14e0a18e64ee1be [diff] |
[PATCH] uml: add __raw_writel definition Add implementations of the write* and __raw_write* functions. __raw_writel is needed by lib/iocopy.c, which shouldn't be used in UML, but which is unconditionally linked in anyway. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>