Skip to content

Commit

Permalink
tile: eliminate no-op "noatomichash" boot argument
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Metcalf <[email protected]>
  • Loading branch information
cmetcalf-tilera committed Sep 3, 2013
1 parent a009930 commit f6f380d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/tile/lib/atomic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f6f380d

Please sign in to comment.