VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Kefeng Wang <wangkefeng.wang@huawei.com> 2021-09-07 20:16:06 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-08 11:50:27 -0700 commit: 8b097881b54cbc23dd78262ed88c9924d00ea457 parent: b234ed6d629420827e2839c8c8935be85a0867fd
Commit Summary:
trap: cleanup trap_init()
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 90733a916791..4a52392abd02 100644
--- a/init/main.c
+++ b/init/main.c
@@ -777,6 +777,8 @@ void __init __weak poking_init(void) { }
 
 void __init __weak pgtable_cache_init(void) { }
 
+void __init __weak trap_init(void) { }
+
 bool initcall_debug;
 core_param(initcall_debug, initcall_debug, bool, 0644);