aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/shared/init.h
Commit message (Collapse)AuthorAgeFilesLines
* um: Remove copy&paste code from init.hRichard Weinberger2017-05-031-21/+1
| | | | | | | | | As we got rid of the __KERNEL__ abuse, we can directly include linux/compiler.h now. This also allows gcc 5 to build UML. Reported-by: Hans-Werner Hilse <hwhilse@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
* um: Stop abusing __KERNEL__Richard Weinberger2017-05-031-2/+2
| | | | | | | | Currently UML is abusing __KERNEL__ to distinguish between kernel and host code (os-Linux). It is better to use a custom define such that existing users of __KERNEL__ don't get confused. Signed-off-by: Richard Weinberger <richard@nod.at>
* first commitMeizu OpenSource2016-08-151-0/+151