diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-04-29 11:32:34 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-05-02 09:50:25 -0400 |
commit | 118131a2d588f4a0fb74d0f2aa7d339a03b2f64c (patch) | |
tree | e51b0e23e1e2bf6c20208567f881f78afa4f033c /arch/s390/include/asm/setup.h | |
parent | edefc7107afedd6bd59e80bc0586ddb276edfcbe (diff) |
s390: get rid of odd global real_memory_size
The variable real_memory_size has odd semantics and has been used in
a broken way by e.g. the old kvm code.
Therefore get rid of it before anybody else makes use of it.
Reviewed-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/setup.h')
-rw-r--r-- | arch/s390/include/asm/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h index ff67d730c00c..270fcd0fbf1a 100644 --- a/arch/s390/include/asm/setup.h +++ b/arch/s390/include/asm/setup.h | |||
@@ -43,7 +43,6 @@ struct mem_chunk { | |||
43 | }; | 43 | }; |
44 | 44 | ||
45 | extern struct mem_chunk memory_chunk[]; | 45 | extern struct mem_chunk memory_chunk[]; |
46 | extern unsigned long real_memory_size; | ||
47 | extern int memory_end_set; | 46 | extern int memory_end_set; |
48 | extern unsigned long memory_end; | 47 | extern unsigned long memory_end; |
49 | 48 | ||