]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/mm: Remove duplicated PMD preallocation macro
authorDave Hansen <dave.hansen@linux.intel.com>
Mon, 14 Apr 2025 17:32:42 +0000 (10:32 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Thu, 17 Apr 2025 17:39:25 +0000 (10:39 -0700)
commit99b8f0c54f571616d7bf4a776a2863a321c38cb1
treefc64ebf949c963644bf79a063d535f1a80914fd1
parent454e65b4fb38ddeea62472649ef16b5e8d285015
x86/mm: Remove duplicated PMD preallocation macro

MAX_PREALLOCATED_PMDS and PREALLOCATED_PMDS are now identical. Just
use PREALLOCATED_PMDS and remove "MAX".

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20250414173242.5ED13A5B%40davehans-spike.ostc.intel.com
arch/x86/mm/pgtable.c