Make various alterations and fixes to the FRV arch:
(1) Resyncs the FRV system call collection with the i386 arch.
(2) Discards __iounmap() as it's not used.
(3) Fixes the use of the SWAP/SWAPI instruction to get the arguments the right
way around in atomic.h, and also to get the asm constraints correct.
(4) Moves copy_to/from_user_page() to asm/cacheflush.h to be consistent with
other archs.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
||
|---|---|---|
| .. | ||
| cache-page.c | ||
| dma-alloc.c | ||
| elf-fdpic.c | ||
| extable.c | ||
| fault.c | ||
| highmem.c | ||
| init.c | ||
| kmap.c | ||
| Makefile | ||
| mmu-context.c | ||
| pgalloc.c | ||
| tlb-flush.S | ||
| tlb-miss.S | ||
| unaligned.c | ||