diff options
author | jc25722 <none@none> | 2008-03-31 15:08:58 -0700 |
---|---|---|
committer | jc25722 <none@none> | 2008-03-31 15:08:58 -0700 |
commit | 7bebe46c240b554f47faeed19186123896281967 (patch) | |
tree | f6fb10384f3c9f6d04a79a0be66a469210fd14be /usr/src/cmd/devfsadm/misc_link.c | |
parent | 1ee67bba24633e06c73a8c1f34653648e76e2150 (diff) | |
download | illumos-gate-7bebe46c240b554f47faeed19186123896281967.tar.gz |
PSARC 2008/156 Panther Cache Line Retire
6589208 Panther: support L2/L3 Cache Line Retirement
Diffstat (limited to 'usr/src/cmd/devfsadm/misc_link.c')
-rw-r--r-- | usr/src/cmd/devfsadm/misc_link.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/devfsadm/misc_link.c b/usr/src/cmd/devfsadm/misc_link.c index cdd4197c3d..0cd8ad55ca 100644 --- a/usr/src/cmd/devfsadm/misc_link.c +++ b/usr/src/cmd/devfsadm/misc_link.c @@ -178,6 +178,9 @@ static devfsadm_create_t misc_cbt[] = { { "pseudo", "ddi_pseudo", "nsmb", TYPE_EXACT | DRV_RE, ILEVEL_1, minor_name, }, + { "pseudo", "ddi_pseudo", "mem_cache", + TYPE_EXACT | DRV_RE, ILEVEL_1, minor_name, + }, }; DEVFSADM_CREATE_INIT_V0(misc_cbt); |