summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-12-31 10:07:21 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-01-11 12:27:11 +0100
commit423d5b364c108c00d98e3da9f72d598e8f2ef948 (patch)
tree2a2f85cdbdff2e306412d80d6b8544fd97cf25f1 /arch/s390/kernel/setup.c
parentcb951785a78c68bf802f5e3d9016b0205ddd24c2 (diff)
downloadop-kernel-dev-423d5b364c108c00d98e3da9f72d598e8f2ef948.zip
op-kernel-dev-423d5b364c108c00d98e3da9f72d598e8f2ef948.tar.gz
s390/mem_detect: use unsigned longs
The memory detection code historically had to use unsigned long long since the machine reported the true memory size (>4GB) even if the virtual machine was running in ESA/390 mode. Since the old code is gone use unsigned long everywhere and also get rid of an unused ADDR2G define. (this patch converts all long longs within sclp_info to longs) There are many more possible conversions, however that can be done if somebody touches the corresponding code. Since people started to convert unrelated long types to long longs because of the types within struct sclp_info convert this now. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud