Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-14 Thread Jonas Bonn
On 13 October 2012 15:55, Steven Rostedt wrote: > On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote: >> On 13 October 2012 04:26, Steven Rostedt wrote: >> > Signed-off-by: Steven Rostedt >> >> Acked-by: Jonas Bonn > > Thanks Jonas, > > Would you like to pull this into your tree? It's not

Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-14 Thread Jonas Bonn
On 13 October 2012 15:55, Steven Rostedt rost...@goodmis.org wrote: On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote: On 13 October 2012 04:26, Steven Rostedt rost...@goodmis.org wrote: Signed-off-by: Steven Rostedt rost...@goodmis.org Acked-by: Jonas Bonn jo...@southpole.se Thanks

Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-13 Thread Steven Rostedt
On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote: > On 13 October 2012 04:26, Steven Rostedt wrote: > > From: Steven Rostedt > > > > All the headers but kvm_para.h use the Kbuild infrastructure to > > get to the asm-generic headers. > > > > Cc: linux-kbu...@vger.kernel.org > > Cc:

Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-13 Thread Jonas Bonn
On 13 October 2012 04:26, Steven Rostedt wrote: > From: Steven Rostedt > > All the headers but kvm_para.h use the Kbuild infrastructure to > get to the asm-generic headers. > > Cc: linux-kbu...@vger.kernel.org > Cc: li...@lists.openrisc.net > Cc: Jonas Bonn > Signed-off-by: Steven Rostedt

Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-13 Thread Jonas Bonn
On 13 October 2012 04:26, Steven Rostedt rost...@goodmis.org wrote: From: Steven Rostedt srost...@redhat.com All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers. Cc: linux-kbu...@vger.kernel.org Cc: li...@lists.openrisc.net Cc: Jonas Bonn

Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-13 Thread Steven Rostedt
On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote: On 13 October 2012 04:26, Steven Rostedt rost...@goodmis.org wrote: From: Steven Rostedt srost...@redhat.com All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers. Cc:

[PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-12 Thread Steven Rostedt
From: Steven Rostedt All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers. Cc: linux-kbu...@vger.kernel.org Cc: li...@lists.openrisc.net Cc: Jonas Bonn Signed-off-by: Steven Rostedt --- arch/openrisc/include/asm/Kbuild |1 +

[PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

2012-10-12 Thread Steven Rostedt
From: Steven Rostedt srost...@redhat.com All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers. Cc: linux-kbu...@vger.kernel.org Cc: li...@lists.openrisc.net Cc: Jonas Bonn jo...@southpole.se Signed-off-by: Steven Rostedt rost...@goodmis.org ---