From: Christian Ehrhardt Date: Tue, 14 Apr 2009 13:36:16 +0000 (+0200) Subject: [S390] s390: move machine flags to lowcore X-Git-Tag: v2.6.30-rc3~85^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25097bf153391f7be4c591d47061b3dc4990dac2;p=pandora-kernel.git [S390] s390: move machine flags to lowcore Currently the storage of the machine flags is a globally exported unsigned long long variable. By moving the storage location into the lowcore struct we allow assembler code to check machine_flags directly even without needing a register. Addtionally the lowcore and therefore the machine flags too will be in cache most of the time. Signed-off-by: Christian Ehrhardt Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed