diff options
author | kchow <none@none> | 2007-10-28 10:20:15 -0700 |
---|---|---|
committer | kchow <none@none> | 2007-10-28 10:20:15 -0700 |
commit | 02bc52be7430b2f7fafe1a2c981bff49ef11d6fa (patch) | |
tree | 14721ff92a74ba4be3174a552670ce7850c47633 /usr/src/uts/common/sys/syscall.h | |
parent | f0ed2251df2f0c744e0d198d9b79ae5ed937de7b (diff) | |
download | illumos-joyent-02bc52be7430b2f7fafe1a2c981bff49ef11d6fa.tar.gz |
6453272 ctfmerge uses the largest pagesize from getpagesizes() which can be bad on systems with giant pages
6543997 divide by 0 panic in page_geti_contig_pages during 1g page testing
6587615 1g pagesize support on AMD family 0x10 processors
6588824 throttling large page coalescing needs to be revisited for gigantic pages
6613824 legacy applications (java) should be prevented from inadvertantly using 1g pagesize
--HG--
rename : usr/src/lib/libc/common/sys/getpagesizes.s => deleted_files/usr/src/lib/libc/common/sys/getpagesizes.s
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index 9fbc05f054..b04d0cf876 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -195,6 +195,11 @@ extern "C" { * wracct(...) :: exacct(2, ...) */ #define SYS_getpagesizes 73 + /* + * subcodes: + * getpagesizes2(...) :: getpagesizes(0, ...) + * getpagesizes(...) :: getpagesizes(1, ...) legacy + */ #define SYS_rctlsys 74 /* * subcodes: |