On Fri, 15 Dec 2023, Andrew Cooper wrote:
> Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new
> common bug.h provides an implementation of run_in_exception_handler() in all
> cases, making the #else here dead.
>
> Signed-off-by: Andrew Cooper
Reviewed-by: Stefano Sta
Hi Andrew,
On 15/12/2023 18:14, Andrew Cooper wrote:
Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new
common bug.h provides an implementation of run_in_exception_handler() in all
cases, making the #else here dead.
This reminds me, I need to look at using CONFIG_GE
Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new
common bug.h provides an implementation of run_in_exception_handler() in all
cases, making the #else here dead.
Signed-off-by: Andrew Cooper
---
CC: George Dunlap
CC: Jan Beulich
CC: Stefano Stabellini
CC: Wei Liu