commit | a90a72c85fb202d0b172da27d8df2579b6591783 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sun Jan 08 01:01:20 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:13:36 2006 -0800 |
tree | 6876226fe257b0f191031492d83714f000a78d25 | |
parent | 018b8d12bc85f8fb332239b11d919ea0724c49a4 [diff] |
[PATCH] frv: supply various missing I/O access primitives Supply various I/O access primitives that are missing for the FRV arch: (*) mmiowb() (*) read*_relaxed() (*) ioport_*map() (*) ioread*(), iowrite*(), ioread*_rep() and iowrite*_rep() (*) pci_io*map() (*) check_signature() The patch also makes __is_PCI_addr() more efficient. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>