2012-10-13 02:30:32

by Steven Rostedt

[permalink] [raw]
Subject: [PATCH 23/25] unicore32: Use Kbuild infrastructure for kvm_para.h

From: Steven Rostedt <[email protected]>

All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.

Cc: [email protected]
Cc: Guan Xuetao <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
---
arch/unicore32/include/asm/Kbuild | 1 +
arch/unicore32/include/asm/kvm_para.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 arch/unicore32/include/asm/kvm_para.h

diff --git a/arch/unicore32/include/asm/Kbuild b/arch/unicore32/include/asm/Kbuild
index c910c98..15b47f2 100644
--- a/arch/unicore32/include/asm/Kbuild
+++ b/arch/unicore32/include/asm/Kbuild
@@ -24,6 +24,7 @@ generic-y += ipcbuf.h
generic-y += irq_regs.h
generic-y += kdebug.h
generic-y += kmap_types.h
+generic-y += kvm_para.h
generic-y += local.h
generic-y += mman.h
generic-y += module.h
diff --git a/arch/unicore32/include/asm/kvm_para.h b/arch/unicore32/include/asm/kvm_para.h
deleted file mode 100644
index 14fab8f..0000000
--- a/arch/unicore32/include/asm/kvm_para.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>
--
1.7.10.4


2012-10-13 12:13:41

by Guan Xuetao

[permalink] [raw]
Subject: Re: [PATCH 23/25] unicore32: Use Kbuild infrastructure for kvm_para.h

> From: Steven Rostedt <[email protected]>
>
> All the headers but kvm_para.h use the Kbuild infrastructure to
> get to the asm-generic headers.

I merged the uapi patch for unicore32.
In that patch, kvm_para.h was moved to
arch/unicore32/include/uapi/asm/kvm_para.h.
Anyway, I'd like to apply this patch based on uapi modification.

Thanks & Regards,
Guan Xuetao

>
> Cc: [email protected]
> Cc: Guan Xuetao <[email protected]>
> Signed-off-by: Steven Rostedt <[email protected]>
> ---
> arch/unicore32/include/asm/Kbuild | 1 +
> arch/unicore32/include/asm/kvm_para.h | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
> delete mode 100644 arch/unicore32/include/asm/kvm_para.h
>
> diff --git a/arch/unicore32/include/asm/Kbuild
> b/arch/unicore32/include/asm/Kbuild
> index c910c98..15b47f2 100644
> --- a/arch/unicore32/include/asm/Kbuild
> +++ b/arch/unicore32/include/asm/Kbuild
> @@ -24,6 +24,7 @@ generic-y += ipcbuf.h
> generic-y += irq_regs.h
> generic-y += kdebug.h
> generic-y += kmap_types.h
> +generic-y += kvm_para.h
> generic-y += local.h
> generic-y += mman.h
> generic-y += module.h
> diff --git a/arch/unicore32/include/asm/kvm_para.h
> b/arch/unicore32/include/asm/kvm_para.h
> deleted file mode 100644
> index 14fab8f..0000000
> --- a/arch/unicore32/include/asm/kvm_para.h
> +++ /dev/null
> @@ -1 +0,0 @@
> -#include <asm-generic/kvm_para.h>
> --
> 1.7.10.4
>
>

2012-10-13 14:03:05

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH 23/25] unicore32: Use Kbuild infrastructure for kvm_para.h

On Sat, 2012-10-13 at 20:27 +0800, [email protected] wrote:
> > From: Steven Rostedt <[email protected]>
> >
> > All the headers but kvm_para.h use the Kbuild infrastructure to
> > get to the asm-generic headers.
>
> I merged the uapi patch for unicore32.
> In that patch, kvm_para.h was moved to
> arch/unicore32/include/uapi/asm/kvm_para.h.
> Anyway, I'd like to apply this patch based on uapi modification.
>

Sure, do whatever you want ;-)

-- Steve