Re: [PATCH 05/24] xen/arm: empty implementation of grant_table arch specific functions

2012-08-01 Thread Stefano Stabellini
On Wed, 1 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Thu, Jul 26, 2012 at 04:33:47PM +0100, Stefano Stabellini wrote: > > Signed-off-by: Stefano Stabellini > > --- > > arch/arm/xen/Makefile |2 +- > > arch/arm/xen/grant-table.c | 53 > > >

Re: [PATCH 05/24] xen/arm: empty implementation of grant_table arch specific functions

2012-08-01 Thread Konrad Rzeszutek Wilk
On Thu, Jul 26, 2012 at 04:33:47PM +0100, Stefano Stabellini wrote: > Signed-off-by: Stefano Stabellini > --- > arch/arm/xen/Makefile |2 +- > arch/arm/xen/grant-table.c | 53 > > 2 files changed, 54 insertions(+), 1 deletions(-) > create

[PATCH 05/24] xen/arm: empty implementation of grant_table arch specific functions

2012-07-26 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini --- arch/arm/xen/Makefile |2 +- arch/arm/xen/grant-table.c | 53 2 files changed, 54 insertions(+), 1 deletions(-) create mode 100644 arch/arm/xen/grant-table.c diff --git a/arch/arm/xen/Makefile b/arch/a