Files
kernel_xiaomi_sm8250/include/linux
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-12-13 08:51:18 +01:00
2019-12-17 20:35:45 +01:00
2020-08-03 11:04:05 +05:30
2019-10-05 13:10:03 +02:00
2019-11-13 16:06:14 +05:30
2020-04-24 15:19:09 -07:00
2019-11-25 10:00:42 +01:00
2020-06-17 06:00:22 +05:30
2020-04-24 15:19:09 -07:00
2020-03-25 08:06:14 +01:00
2020-07-09 14:10:54 +05:30
2020-05-11 10:27:22 -07:00
2019-10-17 13:45:42 -07:00
2020-01-15 14:51:23 +00:00
2019-12-13 10:01:10 +01:00
2019-12-31 16:35:38 +01:00
2020-01-31 10:53:46 -08:00
2020-04-24 09:54:37 +05:30
2020-03-25 09:50:38 +01:00
2020-03-18 07:14:17 +01:00
2020-08-03 11:04:05 +05:30
2020-01-09 15:11:34 -08:00
2019-11-18 15:16:12 -08:00
2019-10-22 07:53:57 -07:00