Allow allocation of SMBIOS table in f-segment if it is small.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 4 Aug 2011 00:45:32 +0000 (20:45 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 4 Aug 2011 00:45:32 +0000 (20:45 -0400)
commit32f03876f4528cc74fde2624e2b5a1c756929453
treeed5650c25d4470212c4adbb2470842a301a1c9ea
parent8b9137d29561e958ba557ba31e73da71d3b03249
Allow allocation of SMBIOS table in f-segment if it is small.

If the SMBIOS is small (less than 600 bytes) allow it to be allocated
in the f-segment.  This works around a bug in JunOS - it crashes on
SMBIOS tables located in high memory.
src/config.h
src/smbios.c