Browse Source

tile: eliminate no-op "noatomichash" boot argument

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Chris Metcalf 12 years ago
parent
commit
f6f380dff6
1 changed files with 0 additions and 9 deletions
  1. 0 9
      arch/tile/lib/atomic_32.c

+ 0 - 9
arch/tile/lib/atomic_32.c

@@ -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()