]> git.baikalelectronics.ru Git - kernel.git/commit
x86: math-emu: Drop already-disabled print of build date
authorJosh Triplett <josh@joshtriplett.org>
Mon, 23 Dec 2013 21:55:43 +0000 (13:55 -0800)
committerMichal Marek <mmarek@suse.cz>
Mon, 27 Jan 2014 22:14:12 +0000 (23:14 +0100)
commit883683339c447b61df77a2463d373a1d46ab39e9
tree6fe52ec2368cd492f1261972820969941fefddee
parentea8b9e95455adf39744350a614259ac51c977473
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 <josh@joshtriplett.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/x86/math-emu/errors.c