]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commitf9d7f7778c5206d9de34fa500f854f25edb56e4b
tree6fe52ec2368cd492f1261972820969941fefddee
parent5aeb210bfac5d92b0c12df2a29f11a1637fbda1f
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