]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[S390] Calibrate delay and bogomips.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 5 Feb 2007 20:18:31 +0000 (21:18 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 5 Feb 2007 20:18:31 +0000 (21:18 +0100)
commit31ee4b2f40994e8b21691f85cdd4052551a789b7
tree1bb167e720e25a2ea9a5168b21cc882f85b18fa8
parent31cb4bd31a48f62105d037ad53192b94d4c08f53
[S390] Calibrate delay and bogomips.

Preset the bogomips number to the cpu capacity value reported by
store system information in SYSIB 1.2.2. This value is constant
for a particular machine model and can be used to determine
relative performance differences between machines.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
arch/s390/kernel/setup.c
arch/s390/lib/Makefile
arch/s390/lib/qrnnd.S [new file with mode: 0644]
arch/s390/math-emu/Makefile
arch/s390/math-emu/math.c
arch/s390/math-emu/qrnnd.S [deleted file]
drivers/s390/Makefile
drivers/s390/sysinfo.c
include/asm-s390/processor.h
include/asm-s390/sfp-util.h [moved from arch/s390/math-emu/sfp-util.h with 91% similarity]