diff options
author | Sean McEnroe <Sean.McEnroe@Sun.COM> | 2009-11-23 22:42:23 -0800 |
---|---|---|
committer | Sean McEnroe <Sean.McEnroe@Sun.COM> | 2009-11-23 22:42:23 -0800 |
commit | af4c679f647cf088543c762e33d41a3ac52cfa14 (patch) | |
tree | 4311b62e5c03300652116b78f6474c8f020ca7e8 /usr/src/uts/common/os/space.c | |
parent | 37b285d61e57561b538d999834714df1f5c2db53 (diff) | |
download | illumos-joyent-af4c679f647cf088543c762e33d41a3ac52cfa14.tar.gz |
6887924 PP_ISKAS needs to be defined in terms of VN_ISKAS for vnodes
6871169 kphysm_add_memory_dynamic panics testing vmstress + DR
6877160 guest domain panic at platsvc:mdeg_notify_client+10c
6874763 memseg_alloc_meta() incorrectly maps page_t pages
6873569 multiple calls to memlist_read_lock() can cause deadlock hazard
6886354 DR failure with "memory span duplication" error
6886782 panic after pagefault in seg_kpm after LDom add-mem on primary
6887644 domain hang/deadlock during ldom mem DR when trying to grab a write lock
Diffstat (limited to 'usr/src/uts/common/os/space.c')
-rw-r--r-- | usr/src/uts/common/os/space.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/os/space.c b/usr/src/uts/common/os/space.c index 255759587c..6b6bff8b41 100644 --- a/usr/src/uts/common/os/space.c +++ b/usr/src/uts/common/os/space.c @@ -101,6 +101,11 @@ struct var v; #include <sys/bootconf.h> /* + * Data for segkmem pages that should be resident + */ +struct vnode kvps[KV_MAX]; + +/* * Data from swapgeneric.c that must be resident. */ struct vnode *rootvp; /* vnode of the root device */ |