commit | c93c797537e314b4c2305f7fbf7dd5aa107f112b | [log] [tgz] |
---|---|---|
author | Dave Hansen <dave.hansen@linux.intel.com> | Thu Dec 19 15:49:12 2024 -0800 |
committer | Dave Hansen <dave.hansen@intel.com> | Thu Dec 19 15:49:12 2024 -0800 |
tree | 20490fa70c0395142b019e0af89e69dd52ca6e2c | |
parent | 9254a3fe798aa2976dc4fa40bd35b55b6a26d387 [diff] |
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>