Re: [mach:fix compiler warnings 3/3] delete unused functions

2024-10-19 Thread Samuel Thibault
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

[mach:fix compiler warnings 3/3] delete unused functions

2024-10-18 Thread jbra...@dismail.de
* 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) | ^~~~