diff options
author | Amerigo Wang <amwang@redhat.com> | 2011-03-29 09:05:12 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-29 09:05:12 -0400 |
commit | 5ca7202bc4db3e2fd5653c52a608601c7a64a2ac (patch) | |
tree | d252f9bbb5d026912ff7a6591b7815334da9990c /arch/frv/Kconfig | |
parent | 5ef9bdde9cd8e7f9d43a975b47f520ca64cbd0a1 (diff) |
FRV: Do some cleanups
1. frv doesn't support SMP, remove the useless SMP bits.
2. frv has its own alloc_task_struct, so define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR
(I am not sure if frv should use generic alloc_task_struct().)
Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index f6037b2da25e..968a33027831 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -361,7 +361,6 @@ menu "Power management options" | |||
361 | 361 | ||
362 | config ARCH_SUSPEND_POSSIBLE | 362 | config ARCH_SUSPEND_POSSIBLE |
363 | def_bool y | 363 | def_bool y |
364 | depends on !SMP | ||
365 | 364 | ||
366 | source kernel/power/Kconfig | 365 | source kernel/power/Kconfig |
367 | endmenu | 366 | endmenu |