Searched hist:"2 b5a9a37e97467fea67070a94529d6d07e549270" (Results 1 – 3 of 3) sorted by relevance
/linux/include/asm-generic/ |
H A D | compat.h | 2b5a9a37e97467fea67070a94529d6d07e549270 Mon Mar 26 16:59:15 CEST 2018 Arnd Bergmann <arnd@arndb.de> time: Add an asm-generic/compat.h file
We have a couple of files that try to include asm/compat.h on architectures where this is available. Those should generally use the higher-level linux/compat.h file, but that in turn fails to include asm/compat.h when CONFIG_COMPAT is disabled, unless we can provide that header on all architectures.
This adds the asm/compat.h for all remaining architectures to simplify the dependencies.
Architectures that are getting removed in linux-4.17 are not changed here, to avoid needless conflicts with the removal patches. Those architectures are broken by this patch, but we have already shown that they have no users.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/um/include/asm/ |
H A D | Kbuild | diff 2b5a9a37e97467fea67070a94529d6d07e549270 Mon Mar 26 16:59:15 CEST 2018 Arnd Bergmann <arnd@arndb.de> time: Add an asm-generic/compat.h file
We have a couple of files that try to include asm/compat.h on architectures where this is available. Those should generally use the higher-level linux/compat.h file, but that in turn fails to include asm/compat.h when CONFIG_COMPAT is disabled, unless we can provide that header on all architectures.
This adds the asm/compat.h for all remaining architectures to simplify the dependencies.
Architectures that are getting removed in linux-4.17 are not changed here, to avoid needless conflicts with the removal patches. Those architectures are broken by this patch, but we have already shown that they have no users.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/arm/include/asm/ |
H A D | Kbuild | diff 2b5a9a37e97467fea67070a94529d6d07e549270 Mon Mar 26 16:59:15 CEST 2018 Arnd Bergmann <arnd@arndb.de> time: Add an asm-generic/compat.h file
We have a couple of files that try to include asm/compat.h on architectures where this is available. Those should generally use the higher-level linux/compat.h file, but that in turn fails to include asm/compat.h when CONFIG_COMPAT is disabled, unless we can provide that header on all architectures.
This adds the asm/compat.h for all remaining architectures to simplify the dependencies.
Architectures that are getting removed in linux-4.17 are not changed here, to avoid needless conflicts with the removal patches. Those architectures are broken by this patch, but we have already shown that they have no users.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|