diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-14 14:27:27 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-25 19:51:59 -0400 |
commit | 5101ea91c14978c8e8b74c8e65df43f4da9be6fb (patch) | |
tree | 7f24e935312daefe70a28e5af47e296f191a9cee /arch/blackfin | |
parent | af80d0dec558658818248213ec8b62e4554a444a (diff) |
Blackfin: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index c7476295de80..abe5a9e85148 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -248,10 +248,6 @@ config HOTPLUG_CPU depends on SMP && HOTPLUG default y -config HAVE_LEGACY_PER_CPU_AREA - def_bool y - depends on SMP - config BF_REV_MIN int default 0 if (BF51x || BF52x || (BF54x && !BF54xM)) |