The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* quirk_via_irqpic() must not be __devinit for S1
@ 2005-05-26 19:43 Alexander Nyberg
  2005-05-26 21:52 ` Pavel Machek
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Nyberg @ 2005-05-26 19:43 UTC (permalink / raw)
  To: akpm, pavel; +Cc: linux-kernel

Pavel,

Got this testing echo 1 > /proc/acpi/sleep on a box 2.6.12-rc5-mm1. 
Reference to discarded function, patch at bottom. Works nice otherwise :-)

EIP is at quirk_via_irqpic+0x1/0xc0
 [<c010414f>] show_stack+0x7f/0xa0
 [<c01042e6>] show_registers+0x156/0x1c0
 [<c01044e0>] die+0xf0/0x1a0
 [<c010463e>] do_trap+0xae/0xb0
 [<c0104791>] do_int3+0x81/0x90
 [<c0103f1a>] int3+0x1e/0x24
 [<c01b7713>] pci_fixup_device+0x43/0x70
 [<c01b6eb5>] pci_enable_device+0x35/0x40
 [<c01b79ba>] pci_default_resume+0x3a/0x50
 [<c01b79f2>] pci_device_resume+0x22/0x30
 [<c0200a26>] resume_device+0xa6/0xb0
 [<c0200ad8>] dpm_resume+0xa8/0xb0
 [<c0200af4>] device_resume+0x14/0x30
 [<c0131eeb>] suspend_finish+0xb/0x40
 [<c0131fa5>] enter_state+0x85/0xb0
 [<c013200e>] pm_suspend+0x1e/0x30
 [<c01d318e>] acpi_suspend+0x2e/0x3c
 [<c01d3286>] acpi_system_write_sleep+0x73/0x86
 [<c0155ac5>] vfs_write+0xa5/0x170
 [<c0155c5b>] sys_write+0x4b/0x80
 [<c01032e9>] syscall_call+0x7/0xb

Signed-off-by: Alexander Nyberg <alexn@telia.com>

Index: akpm/drivers/pci/quirks.c
===================================================================
--- akpm.orig/drivers/pci/quirks.c	2005-05-26 12:52:03.000000000 +0200
+++ akpm/drivers/pci/quirks.c	2005-05-26 21:35:08.000000000 +0200
@@ -499,7 +499,7 @@
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C586_3,	quirk_via_acpi );
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C686_4,	quirk_via_acpi );
 
-static void __devinit quirk_via_irqpic(struct pci_dev *dev)
+static void quirk_via_irqpic(struct pci_dev *dev)
 {
 	u8 irq, new_irq;
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: quirk_via_irqpic() must not be __devinit for S1
  2005-05-26 19:43 quirk_via_irqpic() must not be __devinit for S1 Alexander Nyberg
@ 2005-05-26 21:52 ` Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2005-05-26 21:52 UTC (permalink / raw)
  To: Alexander Nyberg; +Cc: akpm, linux-kernel

Hi!

> Got this testing echo 1 > /proc/acpi/sleep on a box 2.6.12-rc5-mm1. 
> Reference to discarded function, patch at bottom. Works nice
> otherwise :-)

Patch looks good, but can only be applied to -mm tree, so it is not
easy to merge to me. Andrew, could you apply this one?

								Pavel

> Signed-off-by: Alexander Nyberg <alexn@telia.com>
> 
> Index: akpm/drivers/pci/quirks.c
> ===================================================================
> --- akpm.orig/drivers/pci/quirks.c	2005-05-26 12:52:03.000000000 +0200
> +++ akpm/drivers/pci/quirks.c	2005-05-26 21:35:08.000000000 +0200
> @@ -499,7 +499,7 @@
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C586_3,	quirk_via_acpi );
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA,	PCI_DEVICE_ID_VIA_82C686_4,	quirk_via_acpi );
>  
> -static void __devinit quirk_via_irqpic(struct pci_dev *dev)
> +static void quirk_via_irqpic(struct pci_dev *dev)
>  {
>  	u8 irq, new_irq;
>  
> 

-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-26 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 19:43 quirk_via_irqpic() must not be __devinit for S1 Alexander Nyberg
2005-05-26 21:52 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox