]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/fadump: remove RMA_START and RMA_END macros
authorHari Bathini <hbathini@linux.ibm.com>
Wed, 11 Sep 2019 14:57:26 +0000 (20:27 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 13 Sep 2019 14:04:46 +0000 (00:04 +1000)
commit61f1947d4d636f75d1fac3c9ce2aa3976a673168
tree5473a4c418586761f246b68b6abdc8b48293c397
parentb64587e4f9158509723ae00a36cd37d357e26271
powerpc/fadump: remove RMA_START and RMA_END macros

RMA_START is defined as '0' and there is even a BUILD_BUG_ON() to
make sure it is never anything else. Remove this macro and use '0'
instead as code change is needed anyway when it has to be something
else. Also, remove unused RMA_END macro.

Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/156821384096.5656.15026984053970204652.stgit@hbathini.in.ibm.com
arch/powerpc/include/asm/fadump-internal.h
arch/powerpc/kernel/fadump.c
arch/powerpc/platforms/pseries/rtas-fadump.c