28 lines
925 B
Diff
28 lines
925 B
Diff
|
changeset: 24341:60d4e257d04b
|
||
|
user: Jan Beulich <jbeulich@suse.com>
|
||
|
date: Fri Dec 02 09:05:26 2011 +0100
|
||
|
files: xen/arch/x86/x86_64/mmconfig_64.c
|
||
|
description:
|
||
|
x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba
|
||
|
|
||
|
Signed-off-by: Jan Beulich <jbeulich@suse.com>
|
||
|
|
||
|
|
||
|
---
|
||
|
xen/arch/x86/x86_64/mmconfig_64.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: xen-4.1.2-testing/xen/arch/x86/x86_64/mmconfig_64.c
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/xen/arch/x86/x86_64/mmconfig_64.c
|
||
|
+++ xen-4.1.2-testing/xen/arch/x86/x86_64/mmconfig_64.c
|
||
|
@@ -23,7 +23,7 @@ struct mmcfg_virt {
|
||
|
char __iomem *virt;
|
||
|
};
|
||
|
static struct mmcfg_virt *pci_mmcfg_virt;
|
||
|
-static int __initdata mmcfg_pci_segment_shift;
|
||
|
+static unsigned int mmcfg_pci_segment_shift;
|
||
|
|
||
|
static char __iomem *get_virt(unsigned int seg, unsigned int *bus)
|
||
|
{
|