Re: [PATCH v5 1/2] xen: asm-generic support

2023-09-06 Thread Oleksii
Hi all, Missed the comment (https://lore.kernel.org/xen- devel/a526c0b285d94550e59a8968786b28d266afba58.ca...@gmail.com/T/#m99a4 dc8280439e84021c4e0546dc9ff539a60191 ) of Anthony so I'll sent a new one patch series tomorrow. Sorry for inconvenience. ~ Oleksii

[PATCH v5 1/2] xen: asm-generic support

2023-09-06 Thread Oleksii Kurochko
Some headers are shared between individual architectures or are empty. To avoid duplication of these headers, asm-generic is introduced. With the following patch, an architecture uses generic headers mentioned in the file arch/$(ARCH)/include/asm/Makefile To use a generic header is needed to add