diff options
author | David Howells <dhowells@redhat.com> | 2012-10-17 07:32:07 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-17 07:32:07 -0400 |
commit | 0420c87e648a3b623ad925038a0bcff2ef5a4bc9 (patch) | |
tree | 795634046949ab11cd14215bf775c65f06cc3e2c /include/uapi | |
parent | e4522fcb5a29ec55640082b445200e01d61e50ba (diff) |
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')
-rw-r--r-- | include/uapi/asm-generic/kvm_para.h | 4 |
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 e69de29bb2d1..486f0af73c39 100644 --- a/include/uapi/asm-generic/kvm_para.h +++ b/include/uapi/asm-generic/kvm_para.h | |||
@@ -0,0 +1,4 @@ | |||
1 | /* | ||
2 | * There isn't anything here, but the file must not be empty or patch | ||
3 | * will delete it. | ||
4 | */ | ||