mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
commit
979a265264
|
|
@ -61,6 +61,13 @@ static inline enum bug_trap_type report_bug(unsigned long bug_addr,
|
|||
return BUG_TRAP_TYPE_BUG;
|
||||
}
|
||||
|
||||
struct bug_entry;
|
||||
static inline void bug_get_file_line(struct bug_entry *bug, const char **file,
|
||||
unsigned int *line)
|
||||
{
|
||||
*file = NULL;
|
||||
*line = 0;
|
||||
}
|
||||
|
||||
static inline void generic_bug_clear_once(void) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user