OSDN Git Service

s390/setup: cleanup reserve/remove_oldmem
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 8 Oct 2020 13:07:27 +0000 (15:07 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 18 Jun 2021 14:41:19 +0000 (16:41 +0200)
commit6a9100ad132c61e4ff345277862e3fecfb7cdf0e
treea3957c5963e7ad2af8cac0c22e0ffee392363b15
parent0c4f2623b95779fe8cfb277fa255e4b91c0f96f0
s390/setup: cleanup reserve/remove_oldmem

Since OLDMEM_BASE/OLDMEM_SIZE is already taken into consideration and is
reflected in ident_map_size. reserve/remove_oldmem() is no longer needed
and could be removed.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/setup.c