File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,11 +398,11 @@ FOLIO_MATCH(compound_head, _head_2a);
398
398
* @pmd_huge_pte: Protected by ptdesc->ptl, used for THPs.
399
399
* @__page_mapping: Aliases with page->mapping. Unused for page tables.
400
400
* @pt_mm: Used for x86 pgds.
401
- * @pt_frag_refcount: For fragmented page table tracking. Powerpc and s390 only.
401
+ * @pt_frag_refcount: For fragmented page table tracking. Powerpc only.
402
402
* @_pt_pad_2: Padding to ensure proper alignment.
403
403
* @ptl: Lock for the page table.
404
404
* @__page_type: Same as page->page_type. Unused for page tables.
405
- * @_refcount: Same as page refcount. Used for s390 page tables.
405
+ * @_refcount: Same as page refcount.
406
406
* @pt_memcg_data: Memcg data. Tracked for page tables here.
407
407
*
408
408
* This struct overlays struct page for now. Do not modify without a good
You can’t perform that action at this time.
0 commit comments