Author: kib
Date: Fri May 15 13:52:39 2020
New Revision: 361078
URL: https://svnweb.freebsd.org/changeset/base/361078
Log:
Revert r361077 to recommit with proper message.
Modified:
head/sys/kern/kern_mib.c
Modified: head/sys/kern/kern_mib.c
==============================================================================
--- head/sys/kern/kern_mib.c Fri May 15 13:50:08 2020 (r361077)
+++ head/sys/kern/kern_mib.c Fri May 15 13:52:39 2020 (r361078)
@@ -238,9 +238,8 @@ sysctl_hw_pagesizes(SYSCTL_HANDLER_ARGS)
if (req->flags & SCTL_MASK32) {
/*
- * Recreate the "pagesizes" array with 32-bit elements.
- * Truncate any page size greater than UINT32_MAX to zero,
- * which assumes that page sizes are powers of two.
+ * Recreate the "pagesizes" array with 32-bit elements.
Truncate
+ * any page size greater than UINT32_MAX to zero.
*/
for (i = 0; i < MAXPAGESIZES; i++)
pagesizes32[i] = (uint32_t)pagesizes[i];
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"