diff options
author | Stefan Agner <stefan@agner.ch> | 2018-06-07 17:06:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 17:34:35 -0700 |
commit | 1c4bc43ddfd52cbe5a08bb86ae636f55d2799424 (patch) | |
tree | a1906e4a78501f342ac493dbda67b8f83c6b8773 /mm/page_counter.c | |
parent | 00b3a331fdf7f1466ac93a008ccd2dab45cb46c5 (diff) | |
download | linux-stable-1c4bc43ddfd52cbe5a08bb86ae636f55d2799424.tar.gz linux-stable-1c4bc43ddfd52cbe5a08bb86ae636f55d2799424.tar.bz2 linux-stable-1c4bc43ddfd52cbe5a08bb86ae636f55d2799424.zip |
mm/memblock: introduce PHYS_ADDR_MAX
So far code was using ULLONG_MAX and type casting to obtain a
phys_addr_t with all bits set. The typecast is necessary to silence
compiler warnings on 32-bit platforms.
Use the simpler but still type safe approach "~(phys_addr_t)0" to create a
preprocessor define for all bits set.
Link: http://lkml.kernel.org/r/20180406213809.566-1-stefan@agner.ch
Signed-off-by: Stefan Agner <stefan@agner.ch>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Michal Hocko <mhocko@suse.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Pavel Tatashin <pasha.tatashin@oracle.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_counter.c')
0 files changed, 0 insertions, 0 deletions