jbra...@dismail.de, le ven. 18 oct. 2024 10:20:06 -0400, a ecrit:
> * i386/intel/pmap.c: removed these unused functions:
> pmap_page_table_page_dealloc
pmap_page_table_page_dealloc is used in the xen case, so rather add the
corresponding ifdef.
> and pmap_page_table_page_alloc
It is actually sur
* i386/intel/pmap.c: removed these unused functions:
pmap_page_table_page_dealloc and pmap_page_table_page_alloc
i386/intel/pmap.c:1265:1: warning: 'pmap_page_table_page_dealloc' defined but
not used [-Wunused-function]
1265 | pmap_page_table_page_dealloc(vm_offset_t pa)
| ^~~~