Re: [PATCH 07/10] mini-os: move x86 specific gnttab coding into arch/x86/gnttab.c

2021-12-11 Thread Samuel Thibault
Juergen Gross, le lun. 06 déc. 2021 08:23:34 +0100, a ecrit: > Having grant table code in arch/x86/mm.c seems wrong. Move it to the > new file arch/x86/gnttab.c, especially as the amount of code is > expected to grow further. > > No functional change. There is the __pte fix that you'd probably wa

[PATCH 07/10] mini-os: move x86 specific gnttab coding into arch/x86/gnttab.c

2021-12-05 Thread Juergen Gross
Having grant table code in arch/x86/mm.c seems wrong. Move it to the new file arch/x86/gnttab.c, especially as the amount of code is expected to grow further. No functional change. Signed-off-by: Juergen Gross --- arch/x86/gnttab.c | 78 +++ arch/x86/