diff options
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2018-01-17 06:46:54 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-02-24 03:43:48 +0300 |
commit | afdc3f588850a6fbc996205ee2d472eb4426afb3 (patch) | |
tree | b12f837e98a844deea97b5672d027029aae0abc7 /net/unix/sysctl_net_unix.c | |
parent | fe2a3027e74e40a3ece3a4c1e4e51403090a907a (diff) | |
download | linux-afdc3f588850a6fbc996205ee2d472eb4426afb3.tar.xz |
x86/kvm: Make parse_no_xxx __init for kvm
The early_param() is only called during kernel initialization, So Linux
marks the functions of it with __init macro to save memory.
But it forgot to mark the parse_no_kvmapf/stealacc/kvmclock_vsyscall,
So, Make them __init as well.
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: rkrcmar@redhat.com
Cc: kvm@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: x86@kernel.org
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions