]> Pileus Git - ~andy/linux/commit
MIPS: Netlogic: Fix nlm_read_c2_status() definition
authorJayachandran C <jchandra@broadcom.com>
Mon, 10 Jun 2013 06:30:02 +0000 (06:30 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jun 2013 15:46:41 +0000 (17:46 +0200)
commit1c146cd46fccfaa5525152f086da2752fe0ed4dd
treeaa1980df5d4a1ec42abb0665086daf8464074647
parent83bee792d7cb20d250be57e99d97f8cc83d9b4d5
MIPS: Netlogic: Fix nlm_read_c2_status() definition

The sel argument os nlm_read_c2_status() was not used and the macro
returned the sel 0 in all cases. Fix this by defining two macros:
nlm_read_c2_status0() and nlm_read_c2_status1() to return the two
status registers.

Add functions to write to the status registers as well.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Cc: ddaney.cavm@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/5414/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/netlogic/xlr/fmn.h
arch/mips/netlogic/xlr/fmn.c