x86: Fix assert syntax in vmlinux.lds.S
authorH. Peter Anvin <hpa@zytor.com>
Mon, 3 Aug 2009 21:44:54 +0000 (14:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 3 Aug 2009 21:44:54 +0000 (14:44 -0700)
Older versions of binutils did not accept the naked "ASSERT" syntax;
it is considered an expression whose value needs to be assigned to
something.

Reported-tested-and-fixed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found