commit | d2ba8b211bb8abc29aa627dbd4dce08cfbc8082b | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Aug 03 14:44:54 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Aug 03 14:44:54 2009 -0700 |
tree | 3033735812e45a30e4735805dc76c519e2405ca1 | |
parent | 6a7bbd57ed50bb62c9a81ae5f2e202ca689e5964 [diff] |
x86: Fix assert syntax in vmlinux.lds.S 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>