]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
authorNathan Lynch <nathanl@linux.ibm.com>
Thu, 8 Apr 2021 14:06:30 +0000 (09:06 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:16 +0000 (23:04 +1000)
commitc8e2dab0903465b24e3ab104ba12eca5e9ace547
treeb7093a78a35d03c37b3b19ef4b098ba77ea36dfb
parenta049bab83fe088d23fbefd44e78cd84183937098
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE

RTAS_RMOBUF_MAX doesn't actually describe a "maximum" value in any
sense. It represents the size of an area of memory set aside for user
space to use as work areas for certain RTAS calls.

Rename it to RTAS_USER_REGION_SIZE.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210408140630.205502-6-nathanl@linux.ibm.com
arch/powerpc/include/asm/rtas.h
arch/powerpc/kernel/rtas-proc.c
arch/powerpc/kernel/rtas.c