diff options
author | Paolo Bonzini | 2019-01-04 09:27:31 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2019-02-04 06:08:58 +0100 |
commit | da054c646c777bcb487326f46cd5bf9932b05128 (patch) | |
tree | 09262b1a23eea5decb6604e85a6fcc748d1d3346 /linux-headers/asm-mips/sgidefs.h | |
parent | scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1) (diff) | |
download | qemu-da054c646c777bcb487326f46cd5bf9932b05128.tar.gz qemu-da054c646c777bcb487326f46cd5bf9932b05128.tar.xz qemu-da054c646c777bcb487326f46cd5bf9932b05128.zip |
include: update Linux headers to 4.21-rc1/5.0-rc1
This is simply running the newly-updated script on Linux, in
order to obtain the new header files and all the other updates
from the recent Linux merge window.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'linux-headers/asm-mips/sgidefs.h')
-rw-r--r-- | linux-headers/asm-mips/sgidefs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linux-headers/asm-mips/sgidefs.h b/linux-headers/asm-mips/sgidefs.h index 26143e3b7c..69c3de90c5 100644 --- a/linux-headers/asm-mips/sgidefs.h +++ b/linux-headers/asm-mips/sgidefs.h @@ -12,14 +12,6 @@ #define __ASM_SGIDEFS_H /* - * Using a Linux compiler for building Linux seems logic but not to - * everybody. - */ -#ifndef __linux__ -#error Use a Linux compiler or give up. -#endif - -/* * Definitions for the ISA levels * * With the introduction of MIPS32 / MIPS64 instruction sets definitions |