Re: [2.6 patch] make kvm_smp_prepare_boot_cpu() static

2008-07-05 Thread Avi Kivity
Adrian Bunk wrote: This patch makes the needlessly global kvm_smp_prepare_boot_cpu() static. Applied, thanks. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body

[2.6 patch] make kvm_smp_prepare_boot_cpu() static

2008-06-30 Thread Adrian Bunk
This patch makes the needlessly global kvm_smp_prepare_boot_cpu() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- a03ee2a21c4e40483712d453a4f803980186c59f diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c index 87edf1c..d02def0 100644 --- a/arch/x86/kernel/kvmclock.