diff options
Diffstat (limited to 'arch/mips/netlogic/xlr')
-rw-r--r-- | arch/mips/netlogic/xlr/fmn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/netlogic/xlr/fmn.c b/arch/mips/netlogic/xlr/fmn.c index 4d74f03de506..0fdce61857cd 100644 --- a/arch/mips/netlogic/xlr/fmn.c +++ b/arch/mips/netlogic/xlr/fmn.c | |||
@@ -80,7 +80,7 @@ static irqreturn_t fmn_message_handler(int irq, void *data) | |||
80 | while (1) { | 80 | while (1) { |
81 | /* 8 bkts per core, [24:31] each bit represents one bucket | 81 | /* 8 bkts per core, [24:31] each bit represents one bucket |
82 | * Bit is Zero if bucket is not empty */ | 82 | * Bit is Zero if bucket is not empty */ |
83 | bkt_status = (nlm_read_c2_status() >> 24) & 0xff; | 83 | bkt_status = (nlm_read_c2_status0() >> 24) & 0xff; |
84 | if (bkt_status == 0xff) | 84 | if (bkt_status == 0xff) |
85 | break; | 85 | break; |
86 | for (bucket = 0; bucket < 8; bucket++) { | 86 | for (bucket = 0; bucket < 8; bucket++) { |