-
- Downloads
xen: introduce CONFIG_GENERIC_BUG_FRAME
A large part of the content of the bug.h is repeated among all architectures, so it was decided to create a new config CONFIG_GENERIC_BUG_FRAME. The version of <bug.h> from x86 was taken as the base version. The patch introduces the following stuff: * common bug.h header * generic implementation of do_bug_frame * new config CONFIG_GENERIC_BUG_FRAME Signed-off-by:Oleksii Kurochko <oleksii.kurochko@gmail.com> Reviewed-by:
Jan Beulich <jbeulich@suse.com> Tested-by:
Julien Grall <jgrall@amazon.com> Acked-by:
Julien Grall <jgrall@amazon.com>
xen/common/bug.c
0 → 100644
xen/include/xen/bug.h
0 → 100644