Re: [PATCH 05/22] x86/mm: make virt_to_xen_l1e() static

2024-07-30 Thread Andrew Cooper
On 26/07/2024 4:21 pm, Roger Pau Monne wrote: > There are no callers outside the translation unit where it's defined, so make > the function static. > > No functional change intended. > > Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper

[PATCH 05/22] x86/mm: make virt_to_xen_l1e() static

2024-07-26 Thread Roger Pau Monne
There are no callers outside the translation unit where it's defined, so make the function static. No functional change intended. Signed-off-by: Roger Pau Monné --- xen/arch/x86/include/asm/mm.h | 2 -- xen/arch/x86/mm.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff