]> Git Repo - J-u-boot.git/commit
compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5
authorTom Rini <[email protected]>
Thu, 14 May 2020 12:30:06 +0000 (08:30 -0400)
committerTom Rini <[email protected]>
Wed, 1 Jul 2020 15:48:05 +0000 (11:48 -0400)
commit67f51b40cacc70da44779cef0edb845fa0f0505d
tree28f43e012519e58b71c1892b2518285a1993174e
parent8214791daa290119243134fcfbebe631fd0ed249
compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5

Copy these from Linux v5.7-rc5 tag.

This brings in some handy new attributes and is otherwise important to
keep in sync.

We drop the reference to smp_read_barrier_depends() as it is not
relevant on the architectures we support at this time, based on where
it's implemented in Linux today.  We drop the call to kasan_check_read()
as that is not relevant to U-Boot as well.

Cc: Masahiro Yamada <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Kconfig
include/linux/compiler-clang.h
include/linux/compiler-gcc.h
include/linux/compiler-intel.h
include/linux/compiler.h
include/linux/compiler_attributes.h [new file with mode: 0644]
include/linux/compiler_types.h [new file with mode: 0644]
lib/vsprintf.c
This page took 0.037583 seconds and 4 git commands to generate.