Skip to content

Commit

Permalink
[SPARC]: Fix comment typo in smp4m_blackbox_current().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 7, 2007
1 parent 6025dfe commit 4cad691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/sun4m_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ void __init smp4m_blackbox_current(unsigned *addr)

addr[0] = 0x81580000 | rd; /* rd %tbr, reg */
addr[2] = 0x8130200a | rd | rs1; /* srl reg, 0xa, reg */
addr[4] = 0x8008200c | rd | rs1; /* and reg, 3, reg */
addr[4] = 0x8008200c | rd | rs1; /* and reg, 0xc, reg */
}

void __init sun4m_init_smp(void)
Expand Down

0 comments on commit 4cad691

Please sign in to comment.