summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-17 12:32:07 +0100
committerDavid Howells <dhowells@redhat.com>2012-10-17 12:32:07 +0100
commit0420c87e648a3b623ad925038a0bcff2ef5a4bc9 (patch)
tree795634046949ab11cd14215bf775c65f06cc3e2c /include/uapi/asm-generic
parente4522fcb5a29ec55640082b445200e01d61e50ba (diff)
downloadlinux-3.10-0420c87e648a3b623ad925038a0bcff2ef5a4bc9.tar.gz
linux-3.10-0420c87e648a3b623ad925038a0bcff2ef5a4bc9.tar.bz2
linux-3.10-0420c87e648a3b623ad925038a0bcff2ef5a4bc9.zip
UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from arches
Make uapi/asm-generic/kvm_para.h non-empty by addition of a comment to stop the patch program from deleting it when it creates it. Then delete empty arch-specific uapi/asm/kvm_para.h files and tell the Kbuild files to use the generic instead. Should this perhaps instead be a #warning or #error that the facility is unsupported on this arch? Signed-off-by: David Howells <dhowells@redhat.com> cc: Arnd Bergmann <arnd@arndb.de> cc: Avi Kivity <avi@redhat.com> cc: Marcelo Tosatti <mtosatti@redhat.com> cc: kvm@vger.kernel.org
Diffstat (limited to 'include/uapi/asm-generic')
-rw-r--r--include/uapi/asm-generic/kvm_para.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/kvm_para.h b/include/uapi/asm-generic/kvm_para.h
index e69de29bb2d..486f0af73c3 100644
--- a/include/uapi/asm-generic/kvm_para.h
+++ b/include/uapi/asm-generic/kvm_para.h
@@ -0,0 +1,4 @@
+/*
+ * There isn't anything here, but the file must not be empty or patch
+ * will delete it.
+ */