aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/xen/xen-acpi-memhotplug.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/xen/xen-acpi-memhotplug.c b/drivers/xen/xen-acpi-memhotplug.c
index 2c3759ac10f0..678680cb213c 100644
--- a/drivers/xen/xen-acpi-memhotplug.c
+++ b/drivers/xen/xen-acpi-memhotplug.c
@@ -65,24 +65,6 @@ static int xen_hotadd_memory(int pxm, struct acpi_memory_info *info)
65 return rc; 65 return rc;
66} 66}
67 67
68static int xen_acpi_get_pxm(acpi_handle h)
69{
70 unsigned long long pxm;
71 acpi_status status;
72 acpi_handle handle;
73 acpi_handle phandle = h;
74
75 do {
76 handle = phandle;
77 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm);
78 if (ACPI_SUCCESS(status))
79 return pxm;
80 status = acpi_get_parent(handle, &phandle);
81 } while (ACPI_SUCCESS(status));
82
83 return -ENXIO;
84}
85
86static int xen_acpi_memory_enable_device(struct acpi_memory_device *mem_device) 68static int xen_acpi_memory_enable_device(struct acpi_memory_device *mem_device)
87{ 69{
88 int pxm, result; 70 int pxm, result;