diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-08-10 14:32:29 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-08-10 14:32:37 +0200 |
commit | 6d740a438fcb8775008dfd3fc18df7f7a0ca2e12 (patch) | |
tree | 2ed188f5f8def1a2d9056b9c4e47fa5106b390b8 /arch | |
parent | c6d0e8014a59b641c0669cf5df151667144f220e (diff) | |
download | linux-3.10-6d740a438fcb8775008dfd3fc18df7f7a0ca2e12.tar.gz linux-3.10-6d740a438fcb8775008dfd3fc18df7f7a0ca2e12.tar.bz2 linux-3.10-6d740a438fcb8775008dfd3fc18df7f7a0ca2e12.zip |
[S390] remove DEFAULT_MIGRATION_COST
0437e109e1841607f2988891eaa36c531c6aa6ac removes the migration
cost init code. Remove the s390 leftovers as well.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 098c62c29f9..b71132166f6 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -109,10 +109,6 @@ config HOTPLUG_CPU can be controlled through /sys/devices/system/cpu/cpu#. Say N if you want to disable CPU hotplug. -config DEFAULT_MIGRATION_COST - int - default "1000000" - config MATHEMU bool "IEEE FPU emulation" depends on MARCH_G5 |