You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[IA64] Initialize some spinlocks
Some IA64 spinlocks are not being initialized, make it so. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
@@ -1093,6 +1093,7 @@ int __init sn_serial_console_early_setup(void)
|
||||
return -1;
|
||||
|
||||
sal_console_port.sc_ops = &poll_ops;
|
||||
spin_lock_init(&sal_console_port.sc_port.lock);
|
||||
early_sn_setup(); /* Find SAL entry points */
|
||||
register_console(&sal_console_early);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user