diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-10-30 10:30:09 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-10-30 10:30:09 +0100 |
commit | e17bae3266cc3d828003bdf78b5aa019db3ffa95 (patch) | |
tree | a73f200ba68bea7915b25e1a077c3f43c9183bdc /arch/alpha/kernel/sys_wildfire.c | |
parent | x86/xen: Drop 5-level paging support code from the XEN_PV code (diff) | |
parent | Linux 4.14-rc7 (diff) | |
download | linux-e17bae3266cc3d828003bdf78b5aa019db3ffa95.tar.xz linux-e17bae3266cc3d828003bdf78b5aa019db3ffa95.zip |
Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/alpha/kernel/sys_wildfire.c')
-rw-r--r-- | arch/alpha/kernel/sys_wildfire.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/kernel/sys_wildfire.c b/arch/alpha/kernel/sys_wildfire.c index ee1874887776..c3f8b79fe214 100644 --- a/arch/alpha/kernel/sys_wildfire.c +++ b/arch/alpha/kernel/sys_wildfire.c @@ -288,10 +288,10 @@ wildfire_device_interrupt(unsigned long vector) * 7 64 bit PCI 1 option slot 7 */ -static int __init +static int wildfire_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) { - static char irq_tab[8][5] __initdata = { + static char irq_tab[8][5] = { /*INT INTA INTB INTC INTD */ { -1, -1, -1, -1, -1}, /* IdSel 0 ISA Bridge */ { 36, 36, 36+1, 36+2, 36+3}, /* IdSel 1 SCSI builtin */ |