forked from luck/tmp_suning_uos_patched
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