From: Richard Weinberger Date: Sun, 31 May 2015 17:50:57 +0000 (+0200) Subject: um: Stop abusing __KERNEL__ X-Git-Tag: omap-for-v4.2/fixes-rc1^2~78^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298e20ba8c197e8d429a6c8671550c41c7919033;p=pandora-kernel.git um: Stop abusing __KERNEL__ 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 --- Reading git-diff-tree failed