From: Martin Schwidefsky Date: Tue, 10 Jul 2007 09:24:14 +0000 (+0200) Subject: [S390] Bogomips calculation for 64 bit. X-Git-Tag: v2.6.23-rc1~1155^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a88367088a6b9964d99694b30d80720f019bea2;p=pandora-kernel.git [S390] Bogomips calculation for 64 bit. The bogomips calculation triggered via reading from /proc/cpuinfo can return incorrect values if the qrnnd assembly is called with a pointer in %r2 with any of the upper 32 bits set. Fix this by using 64 bit division / remainder operation provided by gcc instead of calling the assembly. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed