summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2013-11-14 15:05:32 -0800
committerIngo Molnar <mingo@kernel.org>2013-11-15 08:38:30 +0100
commitcc08e04c3fdcaab767b8db27527002b2b4d758cb (patch)
tree47d189b9e68a9bed595f559927015e1813750adf /tools/perf/scripts/python
parent11f918d3e2d3861b6931e97b3aa778e4984935aa (diff)
downloadkernel-cc08e04c3fdcaab767b8db27527002b2b4d758cb.tar.gz
x86: Export 'boot_cpu_physical_apicid' to modules
Commit 9ebddac7ea2a "ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APIC" fixed a build error when CONFIG_X86_LOCAL_APIC was not selected and !CONFIG_SMP. However, since CONFIG_ACPI_EXTLOG is tristate, there is a second build error: ERROR: "boot_cpu_physical_apicid" [drivers/acpi/acpi_extlog.ko] undefined! The symbol needs to be exported for it to be available. Signed-off-by: David Rientjes <rientjes@google.com> Acked-by: Tony Luck <tony.luck@intel.com> Cc: Chen Gong <gong.chen@linux.intel.com> Cc: Rafael J. Wysocki <rjw@rjwysocki.net> Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1311141504080.30112@chino.kir.corp.google.com [ Changed it to a _GPL() export. ] Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
initions for MGMT_OP_START_SERVICE_DISCOVERYJakub Pawlowski 2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg 2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg 2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg 2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann 2014-07-04Bluetooth: Add support for New Configuration Options management eventMarcel Holtmann 2014-07-04Bluetooth: Add support for Set External Configuration management commandMarcel Holtmann 2014-07-04Bluetooth: Fix constant for public address configurationMarcel Holtmann 2014-07-04Bluetooth: Add support for controller configuration info commandMarcel Holtmann 2014-07-03Bluetooth: Add support for Read Unconfigured Index List commandMarcel Holtmann 2014-07-03Bluetooth: Add support for Unconfigured Index Removed eventsMarcel Holtmann 2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann 2014-07-03Bluetooth: Add Load Connection Parameters commandJohan Hedberg 2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes 2014-07-03Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann 2014-07-03Bluetooth: Add Device Added and Device Removed management eventsMarcel Holtmann 2014-07-03Bluetooth: Add support for Add/Remove Device management commandsMarcel Holtmann 2014-07-03Bluetooth: Add support for Get Clock Info mgmt commandJohan Hedberg 2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg 2014-05-15Bluetooth: Add support to get connection informationAndrzej Kaczmarek 2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann 2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann 2014-02-22Bluetooth: Add mgmt defines for privacyJohan Hedberg 2014-02-19Bluetooth: Add support for sending New IRK eventJohan Hedberg 2014-02-18Bluetooth: Implement mgmt_load_irks commandJohan Hedberg 2014-02-13Bluetooth: Rename authentication to key_type in mgmt_ltk_infoMarcel Holtmann 2014-02-13Bluetooth: Add management command to allow use of debug keysMarcel Holtmann 2014-02-13Bluetooth: Add management setting for use of debug keysMarcel Holtmann 2014-02-13Bluetooth: Add support for remote OOB input of P-256 dataMarcel Holtmann 2014-02-13Bluetooth: Add support for local OOB data with Secure ConnectionsMarcel Holtmann 2014-02-13Bluetooth: Add management command for enabling Secure ConnectionsMarcel Holtmann 2014-02-13Bluetooth: Add flags and setting for Secure Connections supportMarcel Holtmann