From: David Hildenbrand Date: Wed, 6 May 2015 11:18:59 +0000 (+0200) Subject: s390/sclp: unify basic sclp access by exposing "struct sclp" X-Git-Tag: omap-for-v4.3/legacy-v2-signed~169^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c5f6c86cf5cda66c71c3bb1672e3b09d81c6da;p=pandora-kernel.git s390/sclp: unify basic sclp access by exposing "struct sclp" Let's unify basic access to sclp fields by storing the data in an external struct in asm/sclp.h. The values can now directly be accessed by other components, so there is no need for most accessor functions and external variables anymore. The mtid, mtid_max and facility part will be cleaned up separately. Acked-by: Martin Schwidefsky Signed-off-by: David Hildenbrand Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed