]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmecontrol: Have to truncate on all 32-bit architectures
authorWarner Losh <imp@FreeBSD.org>
Tue, 16 Apr 2024 22:35:53 +0000 (16:35 -0600)
committerWarner Losh <imp@FreeBSD.org>
Wed, 17 Apr 2024 03:30:17 +0000 (21:30 -0600)
commite098d24b5290a9f59734587ded783c19d4dc6e31
treeff9fcaeca0580e6cc5405e7146a2312cb71b8711
parent85656a9a015339f3d412e5b1888e798bb3e7d4ba
nvmecontrol: Have to truncate on all 32-bit architectures

armv7, powerpc, powerpcspe and i386 all lack 128-bit integer
types. Adjust the comment and #ifdef. I don't think we support nvme on
any of these other architectures at the moment, but it won't hurt to be
more precise.

Sponsored by: Netflix
Reviewed by: chuck
Differential Revision: https://reviews.freebsd.org/D44650
sbin/nvmecontrol/nvmecontrol.h