HomeFreeBSD

Don't bother to check COMPAT_32BIT when __LP64__ is defined

Description

Don't bother to check COMPAT_32BIT when LP64 is defined

Under COMPAT_32BIT we are compiling 32-bit code and so LP64 is not
defined, ILP32 is, and thus the check is completely redundant.

Reviewed by: brooks, jhb, imp
Differential Revision: https://reviews.freebsd.org/D40917

Details