From: Heiko Carstens Date: Wed, 30 Apr 2008 11:38:45 +0000 (+0200) Subject: [S390] Convert machine feature detection code to C. X-Git-Tag: v2.6.26-rc1~107^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5061e40af88070984e3769eafb5a06022375fd;p=pandora-kernel.git [S390] Convert machine feature detection code to C. From: Heiko Carstens From: Carsten Otte This lets us use defines for the magic bits in machine flags instead of using plain numbers all over the place. In addition on newer machines features/facilities are indicated by the result of the stfl instruction. So we use these bits instead of trying to execute new instructions and check wether we get an exception or not. Also the mvpg instruction is always available when in zArch mode, whereas the idte instruction is only available in zArch mode. This results in some minor optimizations. Signed-off-by: Heiko Carstens Signed-off-by: Carsten Otte Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed