We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b064037 commit c89e632Copy full SHA for c89e632
arch/powerpc/mm/book3s32/kuap.c
@@ -18,7 +18,7 @@ void kuap_unlock_all_ool(void)
18
}
19
EXPORT_SYMBOL(kuap_unlock_all_ool);
20
21
-void __init setup_kuap(bool disabled)
+void setup_kuap(bool disabled)
22
{
23
if (!disabled)
24
kuap_lock_all_ool();
arch/powerpc/mm/book3s32/kuep.c
@@ -5,7 +5,7 @@
5
6
struct static_key_false disable_kuep_key;
7
8
-void __init setup_kuep(bool disabled)
+void setup_kuep(bool disabled)
9
10
11
kuep_lock();
0 commit comments