1 | The following commit has been merged into the x86/mm branch of tip: | 1 | The following commit has been merged into the x86/mm branch of tip: |
---|---|---|---|
2 | 2 | ||
3 | Commit-ID: c083eff324edd73eb23f4bd3f40f388a3e7c2cd2 | 3 | Commit-ID: 06e6e99da66cfca1ebac52c09c3a025ef5ccf959 |
4 | Gitweb: https://git.kernel.org/tip/c083eff324edd73eb23f4bd3f40f388a3e7c2cd2 | 4 | Gitweb: https://git.kernel.org/tip/06e6e99da66cfca1ebac52c09c3a025ef5ccf959 |
5 | Author: Baoquan He <bhe@redhat.com> | 5 | Author: Baoquan He <bhe@redhat.com> |
6 | AuthorDate: Mon, 31 Mar 2025 16:13:26 +08:00 | 6 | AuthorDate: Mon, 31 Mar 2025 16:13:26 +08:00 |
7 | Committer: Ingo Molnar <mingo@kernel.org> | 7 | Committer: Ingo Molnar <mingo@kernel.org> |
8 | CommitterDate: Tue, 01 Apr 2025 22:48:51 +02:00 | 8 | CommitterDate: Tue, 01 Apr 2025 22:47:02 +02:00 |
9 | 9 | ||
10 | x86/mm: Remove the arch-specific p4d_leaf() definition | 10 | x86/mm: Remove the arch-specific p4d_leaf() definition |
11 | 11 | ||
12 | P4D huge pages are not supported yet, let's use the generic definition | 12 | P4D huge pages are not supported yet, let's use the generic definition |
13 | in <linux/pgtable.h>. | 13 | in <linux/pgtable.h>. |
14 | 14 | ||
15 | [ mingo: Cleaned up the changelog. ] | 15 | [ mingo: Cleaned up the changelog. ] |
16 | 16 | ||
17 | Signed-off-by: Baoquan He <bhe@redhat.com> | 17 | Signed-off-by: Baoquan He <bhe@redhat.com> |
18 | Signed-off-by: Ingo Molnar <mingo@kernel.org> | 18 | Signed-off-by: Ingo Molnar <mingo@kernel.org> |
19 | Reviewed-by: Oscar Salvador <osalvador@suse.de> | ||
20 | Link: https://lore.kernel.org/r/20250331081327.256412-7-bhe@redhat.com | 19 | Link: https://lore.kernel.org/r/20250331081327.256412-7-bhe@redhat.com |
21 | --- | 20 | --- |
22 | arch/x86/include/asm/pgtable.h | 7 ------- | 21 | arch/x86/include/asm/pgtable.h | 7 ------- |
23 | 1 file changed, 7 deletions(-) | 22 | 1 file changed, 7 deletions(-) |
24 | 23 | ||
... | ... | diff view generated by jsdifflib |