summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-intel.h
Commit message (Collapse)AuthorAgeFilesLines
* compiler: Update to v4.19-rc6Sascha Hauer2018-10-081-7/+7
| | | | | | | | This updates include/linux/compiler* to Linux-4.19-rc6. Among other things this gives us __printf Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* compiler*.h: include/linux/compiler*.h with Linux 4.5Alexander Stein2016-04-081-0/+1
| | | | | | | | | Include <linux/types.h> instead of uapi/linux/types.h. This is required for READ_ONCE and WRITE_ONCE for upcoming atomic_t. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* build: update compiler*.h to newest versionsAlexey Galakhov2015-07-061-1/+14
| | | | | | | This adds the support for gcc 5.x and clang. Signed-off-by: Alexey Galakhov <agalakhov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add compiler header files from kernelSascha Hauer2008-08-131-0/+31
Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>