Files
kernel_xiaomi_sm8250/mm
Zhenhua Huang 8d228fbbce mm: fix the page_owner initializing issue for arm32
arm32 original logic:
1. allocated memory for page_ext(using memblock).
2. invoke the init callback of page_ext_ops like
page_owner(using buddy).
3. initialize buddy.

after this change:
1. allocated memory for page_ext(using memblock).
2. initialize buddy.
3. invoke the init callback of page_ext_ops like
page_owner(using buddy).

with the change, failure/dummy_handle can get its correct value.

Change-Id: I6598481299da115ff4be50bf0e5a61a012d5ac83
Signed-off-by: Zhenhua Huang <zhenhuah@codeaurora.org>
2020-09-02 16:37:28 +08:00
..
2019-04-01 12:48:55 +05:30
2019-11-20 20:43:17 +01:00
2020-03-25 08:06:13 +01:00
2020-01-23 08:36:16 +01:00
2019-06-18 12:45:01 -07:00