Commit 521ee0cf authored by Sasha Levin's avatar Sasha Levin Committed by Gleb Natapov

kvm: mmu: delay mmu audit activation

We should not be using jump labels before they were initialized. Push back
the callback to until after jump label initialization.
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent 2ecd1aba
......@@ -296,4 +296,4 @@ static struct kernel_param_ops audit_param_ops = {
.get = param_get_bool,
};
module_param_cb(mmu_audit, &audit_param_ops, &mmu_audit, 0644);
arch_param_cb(mmu_audit, &audit_param_ops, &mmu_audit, 0644);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment