All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "KVM: Export asm-generic/kvm_para.h"
@ 2012-07-18 10:29 Will Deacon
  2012-07-18 11:58 ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Will Deacon @ 2012-07-18 10:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Will Deacon, Arnd Bergmann, Avi Kivity, Geert Uytterhoeven

This reverts commit 56457f38f212344fb38b250cfa7e7311c065022f.

For architectures without asm/kvm_para.h, asm-generic/Kbuild
unconditionally tries to export the non-existent header file, resulting
in failure to build the user headers. Since the logic in
asm-generic/Kbuild.asm will only export the file if it exists (which in
turn causes linux/kvm_para.h to be exported), we can just remove the
unconditional header export.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Avi Kivity <avi@redhat.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
---

I'm not sure what specific problem the original commit was fixing, so we
may need to solve this another way if there's something I've missed.

 include/asm-generic/Kbuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild
index 2c85a0f..53f91b1 100644
--- a/include/asm-generic/Kbuild
+++ b/include/asm-generic/Kbuild
@@ -8,7 +8,6 @@ header-y += int-ll64.h
 header-y += ioctl.h
 header-y += ioctls.h
 header-y += ipcbuf.h
-header-y += kvm_para.h
 header-y += mman-common.h
 header-y += mman.h
 header-y += msgbuf.h
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-19 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 10:29 [PATCH] Revert "KVM: Export asm-generic/kvm_para.h" Will Deacon
2012-07-18 11:58 ` Arnd Bergmann
2012-07-18 12:33   ` Geert Uytterhoeven
2012-07-19  9:37     ` Will Deacon
2012-07-19 21:12       ` Geert Uytterhoeven
2012-07-18 12:38   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.