forked from Minki/linux
[SPARC]: Fix comment typo in smp4m_blackbox_current().
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6025dfe5b2
commit
4cad69174f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user