]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add syscalls
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:55 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:55 +0000 (10:37 +1000)
commit4ba63feed08c640cf99978aa62df3b8658d9b36d
treea5068ffa22fcc5bfcf88aac02236c4d6c83c502d
parentf3bc3cc9b5414cdb4cbc5156b4ae5f8c12dd7334
Hexagon: Add syscalls

Removed sys_mmap* and replaced with sys_mmap_pgoff()

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/include/asm/syscall.h [new file with mode: 0644]
arch/hexagon/include/asm/unistd.h [new file with mode: 0644]
arch/hexagon/kernel/syscall.c [new file with mode: 0644]
arch/hexagon/kernel/syscalltab.c [new file with mode: 0644]