Comparing the old and new 32-bit arm limits to arm64 . . .

arm:

-#define        MAXDSIZ         (512UL*1024*1024)       /* max data size */
+#define        MAXDSIZ         (1856UL*1024*1024)      /* max data size */

vs. arm64:

#define MAXDSIZ         (1*1024*1024*1024)      /* max data size */

So arm64 now has a smaller MAXDSIZ than 32-bit arm.

Is that intensional?


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to