s390/cpum_sf: Use DIV_ROUND_UP
authorThomas Richter <tmricht@linux.ibm.com>
Fri, 3 Jan 2020 10:37:12 +0000 (11:37 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 22 Jan 2020 12:05:35 +0000 (13:05 +0100)
commitee09c91480b10f306bfd1856776f673b4efe68a5
tree454583c321687efe601adbcf1a59f0dff0358d9e
parent32dab6828c42f087439d3e2617dc7283546bd8f7
s390/cpum_sf: Use DIV_ROUND_UP

Use macro DIV_ROUND_UP() for calculation of number of SDBT
SDBT pages required for index pages. This macro is already
used throughout the file.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c