summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Metcalf2011-02-28 19:35:16 +0100
committerChris Metcalf2011-03-01 22:20:23 +0100
commit9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c (patch)
tree0600b5b4bb25d4b66da91a329c395336c85752ee
parentarch/tile: warn and retry if an IPI is not accepted by the target cpu (diff)
downloadkernel-qcow2-linux-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.tar.gz
kernel-qcow2-linux-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.tar.xz
kernel-qcow2-linux-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.zip
arch/tile: export <asm/hardwall.h> to userspace
This should have been as part of the initial hardwall submission to LKML but was overlooked. The header provides the ioctl definitions for manipulating the hardwall fd, so needs to be available to userspace. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
-rw-r--r--arch/tile/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild
index 3b8f55b82dee..849ab2fa1f5c 100644
--- a/arch/tile/include/asm/Kbuild
+++ b/arch/tile/include/asm/Kbuild
@@ -1,3 +1,4 @@
include include/asm-generic/Kbuild.asm
header-y += ucontext.h
+header-y += hardwall.h