| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | um: Remove copy&paste code from init.h | Richard Weinberger | 2017-05-03 | 1 | -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 Weinberger | 2017-05-03 | 1 | -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 commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+151 |
