Commit f6f380dff682749373d5a654a76e9bc8467010c5

Authored by Chris Metcalf
1 parent a0099303cd

tile: eliminate no-op "noatomichash" boot argument

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

arch/tile/lib/atomic_32.c
... ... @@ -208,15 +208,6 @@
208 208 }
209 209  
210 210  
211   -#if CHIP_HAS_CBOX_HOME_MAP()
212   -static int __init noatomichash(char *str)
213   -{
214   - pr_warning("noatomichash is deprecated.\n");
215   - return 1;
216   -}
217   -__setup("noatomichash", noatomichash);
218   -#endif
219   -
220 211 void __init __init_atomic_per_cpu(void)
221 212 {
222 213 #if ATOMIC_LOCKS_FOUND_VIA_TABLE()