Home
last modified time | relevance | path

Searched hist:"1 f231e295024d88950c7e4b91f91a47bbeff1637" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dmaccess.cdiff 1f231e295024d88950c7e4b91f91a47bbeff1637 Fri Jan 21 03:44:25 CST 2022 Alexander Gordeev <agordeev@linux.ibm.com> s390/maccess: fix absolute lowcore virtual vs physical address confusion

Due to historical reasons memcpy_absolute() and friend functions
misuse the notion of physical vs virtual addresses difference.

Note: this does not fix a bug currently, since virtual and physical
addresses are identical.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>