summaryrefslogtreecommitdiff
path: root/xen/arch/x86/numa.c
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2015-11-30 11:58:09 +0100
committerJan Beulich <jbeulich@suse.com>2015-11-30 11:58:09 +0100
commite9c8958b4b3c74de376c6dc0d37fe6cb411049dc (patch)
tree24ea6c5e9a6a8f2da19f224fba2d547623840d1b /xen/arch/x86/numa.c
parentdb62aaa1b9658031a5a6b3ecf67237275041d3c2 (diff)
drop empty __devinitdata annotation
x86 is the only architecture which uses __devinitdata, and also has CONFIG_HOTPLUG enabled, making the annotation empty. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/arch/x86/numa.c')
-rw-r--r--xen/arch/x86/numa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/numa.c b/xen/arch/x86/numa.c
index 6a8880fd7d..9ba47b4dec 100644
--- a/xen/arch/x86/numa.c
+++ b/xen/arch/x86/numa.c
@@ -49,9 +49,9 @@ cpumask_t node_to_cpumask[MAX_NUMNODES] __read_mostly;
nodemask_t __read_mostly node_online_map = { { [0] = 1UL } };
-int numa_off __devinitdata = 0;
+int numa_off = 0;
-int acpi_numa __devinitdata;
+int acpi_numa;
int srat_disabled(void)
{