Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6f380df authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: eliminate no-op "noatomichash" boot argument

parent a0099303
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -208,15 +208,6 @@ struct __get_user __atomic_bad_address(int __user *addr)
}


#if CHIP_HAS_CBOX_HOME_MAP()
static int __init noatomichash(char *str)
{
	pr_warning("noatomichash is deprecated.\n");
	return 1;
}
__setup("noatomichash", noatomichash);
#endif

void __init __init_atomic_per_cpu(void)
{
#if ATOMIC_LOCKS_FOUND_VIA_TABLE()