On Mon, 2013-09-23 at 10:53 +0530, Bharat Bhushan wrote:
> kvm_hypercall() have nothing KVM specific, so renamed to epapr_hypercall().
> Also this in moved to arch/powerpc/include/asm/epapr_hcalls.h
[snip]
> +     out[0] = r4;
> +     out[1] = r5;
> +     out[2] = r6;
> +     out[3] = r7;
> +     out[4] = r8;
> +     out[5] = r9;
> +     out[6] = r10;
> +     out[7] = r11;
> +
> +     return r3;
> +}
>  #endif /* !__ASSEMBLY__ */
>  #endif /* _EPAPR_HCALLS_H */
[snip]
> -     out[0] = r4;
> -     out[1] = r5;
> -     out[2] = r6;
> -     out[3] = r7;
> -     out[4] = r8;
> -     out[5] = r9;
> -     out[6] = r10;
> -     out[7] = r11;
> -
> -     return r3;
> -}
> -EXPORT_SYMBOL_GPL(kvm_hypercall);

Where did the export go?

I wish git could detect copies/moves of chunks of code between existing
files rather than just when a new file is created...

-Scott



--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to