aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel/ftrace.c
diff options
context:
space:
mode:
authorGravatar Tiezhu Yang <yangtiezhu@loongson.cn> 2023-10-18 08:42:52 +0800
committerGravatar Huacai Chen <chenhuacai@loongson.cn> 2023-10-18 08:42:52 +0800
commit00c2ca84c680f64b79b5e10a482ca435fd7d98ce (patch)
treec558ee6ab0f1c45f50fd155db22855844dcf535d /arch/loongarch/kernel/ftrace.c
parentLinux 6.6-rc6 (diff)
downloadlinux-00c2ca84c680f64b79b5e10a482ca435fd7d98ce.tar.gz
linux-00c2ca84c680f64b79b5e10a482ca435fd7d98ce.tar.bz2
linux-00c2ca84c680f64b79b5e10a482ca435fd7d98ce.zip
LoongArch: Use SYM_CODE_* to annotate exception handlers
As described in include/linux/linkage.h, FUNC -- C-like functions (proper stack frame etc.) CODE -- non-C code (e.g. irq handlers with different, special stack etc.) SYM_FUNC_{START, END} -- use for global functions SYM_CODE_{START, END} -- use for non-C (special) functions So use SYM_CODE_* to annotate exception handlers. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/kernel/ftrace.c')
0 files changed, 0 insertions, 0 deletions