tile: eliminate no-op "noatomichash" boot argument
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 13 Aug 2013 19:37:06 +0000 (15:37 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 3 Sep 2013 18:53:24 +0000 (14:53 -0400)
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/lib/atomic_32.c

index f5cada7..42eacb1 100644 (file)
@@ -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()