mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:30:53 +07:00
s390/traps: mark test_monitor_call __init
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
parent
76fb118083
commit
1d49688d2b
@ -271,7 +271,7 @@ void kernel_stack_overflow(struct pt_regs *regs)
|
||||
}
|
||||
NOKPROBE_SYMBOL(kernel_stack_overflow);
|
||||
|
||||
static void test_monitor_call(void)
|
||||
static void __init test_monitor_call(void)
|
||||
{
|
||||
int val = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user