git: 89cd5d084e3f - main - usb: Trim another MIPS reference.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 18:51:47 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=89cd5d084e3fc6a0a385eb74d29a18d5da045f16 commit 89cd5d084e3fc6a0a385eb74d29a18d5da045f16 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-03-01 18:51:27 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-03-01 18:51:27 +0000 usb: Trim another MIPS reference. Fix a nearby whitespace nit while here. --- sys/dev/usb/usb_freebsd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h index f01dc33211d5..977bb4abe029 100644 --- a/sys/dev/usb/usb_freebsd.h +++ b/sys/dev/usb/usb_freebsd.h @@ -65,9 +65,9 @@ /* Use default value. */ #undef USB_HOST_ALIGN #if defined(__arm__) || defined(__powerpc__) -#define USB_HOST_ALIGN 32 /* Arm and MIPS need at least this much, if not more */ +#define USB_HOST_ALIGN 32 /* Arm and PowerPC need at least this much, if not more */ #else -#define USB_HOST_ALIGN 8 /* bytes, must be power of two */ +#define USB_HOST_ALIGN 8 /* bytes, must be power of two */ #endif #endif /* Sanity check for USB_HOST_ALIGN: Verify power of two. */