mirror of https://gitee.com/openkylin/linux.git
tile: eliminate no-op "noatomichash" boot argument
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
parent
a0099303cd
commit
f6f380dff6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue