HomeFreeBSD

LinuxKPI: skbuff: re-add __LP64__ check

Description

LinuxKPI: skbuff: re-add LP64 check

Re-add one LP64 check for case 2 (36bit upper limit to contigmalloc)
to fix the build.
contigmalloc(9) takes a vm_paddr_t argument but on armv7 and some powerpc
we are still at 32bit there so the constant value would be changed
from long long to uint (-Wconstant-conversion).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reported by: CI
Fixes: e6c91f8e5be66

Details

Provenance
bzAuthored on Wed, Apr 23, 4:31 PM
Parents
rGb71d3043c38a: LinuxKPI: 802.11: add tunable to enable TKIP
Branches
Unknown
Tags
Unknown