diff options
author | David Howells <dhowells@redhat.com> | 2012-10-17 12:32:07 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-17 12:32:07 +0100 |
commit | 0420c87e648a3b623ad925038a0bcff2ef5a4bc9 (patch) | |
tree | 795634046949ab11cd14215bf775c65f06cc3e2c /arch/s390 | |
parent | e4522fcb5a29ec55640082b445200e01d61e50ba (diff) | |
download | linux-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 'arch/s390')
-rw-r--r-- | arch/s390/include/uapi/asm/Kbuild | 2 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/kvm_para.h | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild index 7bf68fff7c5..59b67ed423b 100644 --- a/arch/s390/include/uapi/asm/Kbuild +++ b/arch/s390/include/uapi/asm/Kbuild @@ -1,6 +1,8 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +generic-y += kvm_para.h + header-y += auxvec.h header-y += bitsperlong.h header-y += byteorder.h diff --git a/arch/s390/include/uapi/asm/kvm_para.h b/arch/s390/include/uapi/asm/kvm_para.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/arch/s390/include/uapi/asm/kvm_para.h +++ /dev/null |