Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add more alignments
details: https://anonhg.NetBSD.org/src/rev/7c25aff6cc68
branches: trunk
changeset: 815689:7c25aff6cc68
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 01 00:46:44 2016 +0000
description:
Add more alignments
diffstat:
sys/sys/mman.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 16d3a017ad70 -r 7c25aff6cc68 sys/sys/mman.h
--- a/sys/sys/mman.h Wed Jun 01 00:12:27 2016 +0000
+++ b/sys/sys/mman.h Wed Jun 01 00:46:44 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mman.h,v 1.49 2016/03/19 18:44:10 christos Exp $ */
+/* $NetBSD: mman.h,v 1.50 2016/06/01 00:46:44 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -129,12 +129,19 @@
:\1ANONYMOUS\0\
b\15STACK\0\
F\30\010\
+:\000ALIGN=NONE\0\
:\020ALIGN=64KB\0\
+:\024ALIGN=1MB\0\
:\030ALIGN=16MB\0\
+:\034ALIGN=256MB\0\
:\040ALIGN=4GB\0\
+:\044ALIGN=64GB\0\
:\050ALIGN=1TB\0\
+:\054ALIGN=16TB\0\
:\060ALIGN=256TB\0\
+:\064ALIGN=4PB\0\
:\070ALIGN=64PB\0\
+:\074ALIGN=256PB\0\
"
#endif
Home |
Main Index |
Thread Index |
Old Index