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: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>
This commit is contained in:
parent
2ecd1aba59
commit
521ee0cfb8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue