s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN define
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 22 May 2017 11:27:34 +0000 (13:27 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 12 Jun 2017 14:26:00 +0000 (16:26 +0200)
commitf96c6f72bc792e7add27e40ec859a8f5ea72e72b
tree029939e2da951fdee9da446c73ac4e1c897bc4e5
parentf5bbd7219891364a6ba1231cb751905045fd4466
s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN define

_REGION3_ENTRY_ORIGIN defines a wrong mask which can be used to
extract a segment table origin from a region 3 table entry. It removes
only the lower 11 instead of 12 bits from a region 3 table entry.
Luckily this bit is currently always zero, so nothing bad happened yet.

In order to avoid future bugs just remove the region 3 specific mask
and use the correct generic _REGION_ENTRY_ORIGIN mask.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/pgtable.h