aboutsummaryrefslogtreecommitdiff
path: root/tools/include/linux/panic.h
AgeCommit message (Collapse)AuthorFilesLines
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang1-0/+19
commit e96c6b8f212a ("memblock: report failures when memblock_can_resize is not set") introduced the usage of panic, which is not defined in memblock test. Let's define it directly in panic.h to fix it. Signed-off-by: Wei Yang <[email protected]> CC: Song Shuai <[email protected]> CC: Mike Rapoport <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mike Rapoport (IBM) <[email protected]>