Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Stefano Stabellini
On Fri, 3 Jan 2014, Russell King - ARM Linux wrote: > On Fri, Jan 03, 2014 at 02:49:54PM +, Stefano Stabellini wrote: > > OK. That would be Rob's patch below. > > Looks fine to me. > > > Are you going to take care of sending it to Linus? > > If you want to stick it in the patch system, I'll

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Russell King - ARM Linux
On Fri, Jan 03, 2014 at 02:49:54PM +, Stefano Stabellini wrote: > OK. That would be Rob's patch below. Looks fine to me. > Are you going to take care of sending it to Linus? If you want to stick it in the patch system, I'll throw it in my tree. I need to push out the next set of fixes soon a

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Stefano Stabellini
On Fri, 3 Jan 2014, Russell King - ARM Linux wrote: > On Fri, Jan 03, 2014 at 01:13:57PM +, Stefano Stabellini wrote: > > On Mon, 30 Dec 2013, Mark Salter wrote: > > > On Mon, 2013-12-30 at 14:55 +0800, Chen Baozi wrote: > > > > xen_remap used to be defined as ioremap_cached on arm64. In commit

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Russell King - ARM Linux
On Fri, Jan 03, 2014 at 01:13:57PM +, Stefano Stabellini wrote: > On Mon, 30 Dec 2013, Mark Salter wrote: > > On Mon, 2013-12-30 at 14:55 +0800, Chen Baozi wrote: > > > xen_remap used to be defined as ioremap_cached on arm64. In commit > > > c04e8e2fe, a new ioremap_cache was implemented, and i

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Stefano Stabellini
On Fri, 3 Jan 2014, Stefano Stabellini wrote: > On Mon, 30 Dec 2013, Mark Salter wrote: > > On Mon, 2013-12-30 at 14:55 +0800, Chen Baozi wrote: > > > xen_remap used to be defined as ioremap_cached on arm64. In commit > > > c04e8e2fe, a new ioremap_cache was implemented, and ioremap_cached > > > wa

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2014-01-03 Thread Stefano Stabellini
On Mon, 30 Dec 2013, Mark Salter wrote: > On Mon, 2013-12-30 at 14:55 +0800, Chen Baozi wrote: > > xen_remap used to be defined as ioremap_cached on arm64. In commit > > c04e8e2fe, a new ioremap_cache was implemented, and ioremap_cached > > was deleted, while xen_remap stays the same. This would le

Re: [PATCH] arm64/xen: redefine xen_remap on arm64

2013-12-30 Thread Mark Salter
On Mon, 2013-12-30 at 14:55 +0800, Chen Baozi wrote: > xen_remap used to be defined as ioremap_cached on arm64. In commit > c04e8e2fe, a new ioremap_cache was implemented, and ioremap_cached > was deleted, while xen_remap stays the same. This would lead to > the failure when building with CONFIG_HV