Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658544 | Differences between
and this patch

Collapse All | Expand All

(-)./arch/x86/kernel/kvmclock.c.orig (-1 / +1 lines)
Lines 350-356 Link Here
350
350
351
int __init kvm_setup_vsyscall_timeinfo(void)
351
int __init kvm_setup_vsyscall_timeinfo(void)
352
{
352
{
353
#ifdef CONFIG_X86_64
353
#if defined(CONFIG_X86_64) || defined(CONFIG_X86_32)
354
	int cpu;
354
	int cpu;
355
	u8 flags;
355
	u8 flags;
356
	struct pvclock_vcpu_time_info *vcpu_time;
356
	struct pvclock_vcpu_time_info *vcpu_time;

Return to bug 658544