From a31148363f598def767ac48c5d82e1572e44b935 Mon Sep 17 00:00:00 2001 From: Gerry Liu Date: Thu, 25 Mar 2010 15:36:50 -0700 Subject: 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 --- usr/src/uts/common/sys/processor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/processor.h') diff --git a/usr/src/uts/common/sys/processor.h b/usr/src/uts/common/sys/processor.h index 3a76c8c9b4..c0fe6e21b8 100644 --- a/usr/src/uts/common/sys/processor.h +++ b/usr/src/uts/common/sys/processor.h @@ -32,8 +32,6 @@ #ifndef _SYS_PROCESSOR_H #define _SYS_PROCESSOR_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include @@ -140,6 +138,7 @@ extern lgrpid_t gethomelgroup(); * Internal interface prototypes */ extern int p_online_internal(processorid_t, int, int *); +extern int p_online_internal_locked(processorid_t, int, int *); #endif /* !_KERNEL */ -- cgit v1.2.3