HomeFreeBSD

netmap: add cast to fix powerpc64 LINT kernel

Description

netmap: add cast to fix powerpc64 LINT kernel

Attempt to fix powerpc64 LINT kernel broken by r308000. Netmap's use of
a uint64_t wchan seems odd, but in the interest of minimizing this
change just cast through uintptr_t to silence the compiler warning.

Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8669

Details

Provenance
emasteAuthored on
Reviewer
jhb
Differential Revision
D8669: netmap: add cast to fix powerpc64 LINT kernel
Parents
rS309305: MFC r309027:
Branches
Unknown
Tags
Unknown