From: Josh Triplett Date: Mon, 23 Dec 2013 21:55:43 +0000 (-0800) Subject: x86: math-emu: Drop already-disabled print of build date X-Git-Tag: v3.14-rc1~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d7f7778c5206d9de34fa500f854f25edb56e4b;p=pandora-kernel.git x86: math-emu: Drop already-disabled print of build date The kernel already has this information, so other bits of kernel code shouldn't duplicate that. This also eliminates the use of __DATE__, which makes the build non-deterministic. This message was already disabled at build time, with PRINT_MESSAGES undef'd at the top of the file. Signed-off-by: Josh Triplett Signed-off-by: Michal Marek --- Reading git-diff-tree failed