diff options
author | Gerry Liu <jiang.liu@intel.com> | 2010-03-25 15:36:50 -0700 |
---|---|---|
committer | Gerry Liu <jiang.liu@intel.com> | 2010-03-25 15:36:50 -0700 |
commit | a31148363f598def767ac48c5d82e1572e44b935 (patch) | |
tree | 756cfb0c3c9a79f98087875bb4731e0366f895b7 /usr/src/Makefile.lint | |
parent | 19843f01b1bef3453f717c23c8f89fb9313f6749 (diff) | |
download | illumos-gate-a31148363f598def767ac48c5d82e1572e44b935.tar.gz |
PSARC/2009/104 Hot-Plug Support for ACPI-based Systems
PSARC/2009/550 PSMI Extensions for CPU Hotplug
PSARC/2009/551 acpihpd ACPI Hotplug Daemon
PSARC/2009/591 Attachment Points for Hotpluggable x86 Systems
6862510 provide support for cpu hot add on x86
6883891 cmi interface needs to support dynamic reconfiguration
6884154 x2APIC and kmdb may not function properly during CPU hotplug event.
6904971 low priority acpi nexus code review feedback
6877301 lgrp should support memory hotplug flag in SRAT table
Diffstat (limited to 'usr/src/Makefile.lint')
-rw-r--r-- | usr/src/Makefile.lint | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/Makefile.lint b/usr/src/Makefile.lint index 90b76afe47..2182a61ff9 100644 --- a/usr/src/Makefile.lint +++ b/usr/src/Makefile.lint @@ -477,11 +477,13 @@ $(CLOSED_BUILD)COMMON_SUBDIRS += \ $(CLOSED)/lib/libc_i18n i386_SUBDIRS= \ + cmd/acpihpd \ cmd/biosdev \ cmd/rtc \ cmd/ucodeadm \ lib/brand/lx \ lib/cfgadm_plugins/sata \ + lib/cfgadm_plugins/sbd \ lib/libfdisk sparc_SUBDIRS= \ |