Re: [PATCH][retry 2] Support Pause Filter in AMD processors

From: Joerg Roedel
Date: Fri Oct 02 2009 - 18:37:36 EST


On Fri, Oct 02, 2009 at 02:49:59PM -0500, Mark Langsdorf wrote:
> +static int pause_interception(struct vcpu_svm *svm)
> +{
> + static int pause_count = 0;
> +
> + kvm_vcpu_on_spin(&(svm->vcpu));
> +printk(KERN_ERR "MJLL pause intercepted %d\n", ++pause_count);

Debugging leftover?

> + return 1;
> +}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/