[GIT PULL] generic syscall and c6x fixes

From: Mark Salter
Date: Wed Sep 26 2012 - 17:08:47 EST


The following changes since commit 979570e02981d4a8fc20b3cc8fd651856c98ee9d:

Linux 3.6-rc7 (2012-09-23 18:10:57 -0700)

are available in the git repository at:

git://linux-c6x.org/git/projects/linux-c6x-upstreaming.git tags/for-linus

for you to fetch changes up to 11ef4cfac935ab45eb4c7f98d26c78ee69627909:

syscalls: add __NR_kcmp syscall to generic unistd.h (2012-09-26 15:26:30 -0400)

----------------------------------------------------------------
Some fixes for v3.6

- Add __NR_kcmp to generic syscall list
- C6X: Use generic asm/barrier.h

----------------------------------------------------------------
Mark Salter (2):
c6x: use asm-generic/barrier.h
syscalls: add __NR_kcmp syscall to generic unistd.h

arch/c6x/include/asm/Kbuild | 1 +
arch/c6x/include/asm/barrier.h | 27 ---------------------------
include/asm-generic/unistd.h | 4 +++-
3 files changed, 4 insertions(+), 28 deletions(-)
delete mode 100644 arch/c6x/include/asm/barrier.h


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/