[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1306241639260.4782@kaball.uk.xensource.com>
Date: Mon, 24 Jun 2013 16:43:05 +0100
From: Stefano Stabellini <stefano.stabellini@...citrix.com>
To: Chen Gang <gang.chen@...anux.com>
CC: Catalin Marinas <Catalin.Marinas@....com>,
Will Deacon <will.deacon@....com>,
Tony Lindgren <tony@...mide.com>,
"olof@...om.net" <olof@...om.net>,
Santosh Shilimkar <santosh.shilimkar@...com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Linux-Arch <linux-arch@...r.kernel.org>
Subject: Re: [Suggestion] arch: arm64: xen: "ln -s" the paravirt.h from
arm.
On Mon, 24 Jun 2013, Chen Gang wrote:
> Hello Maintainers:
>
> if 'CONFIG_XEN'
>
> CC arch/arm64/xen/../../arm/xen/enlighten.o
> arch/arm64/xen/../../arm/xen/enlighten.c:19:26: fatal error: asm/paravirt.h: No such file or directory
>
> The related .config file for next-20130624 is in attachment.
>
>
> If "ln -s ../../../arm/include/asm/paravirt.h paravirt.h", it can pass
> compiling, but I do not know how to make a patch for it ("ln -s ..."),
> Do we have another more suitable ways for it (or another fixing ways) ?
>
> Welcome any suggestions or completions.
The problem is caused by:
commit 3a885582a366caf868b0782041c44854ff4c3568
Author: Stefano Stabellini <stefano.stabellini@...citrix.com>
Date: Wed May 29 10:56:34 2013 +0000
xen/arm: account for stolen ticks
that is in my tree for linux-next (even though I have not received any
replies from the ARM maintainers so I don't know when and if it is going
to go upstream).
I think that the best thing to do would be to add a couple of ifdef
CONFIG_PARAVIRT in arch/arm/xen/enlighten.c. I'll add them to my tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists