[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnewsense-dev] Re: [loongson-PATCH-v1 01/27] fix-warning: incompatible
From: |
Ralf Baechle |
Subject: |
[Gnewsense-dev] Re: [loongson-PATCH-v1 01/27] fix-warning: incompatible argument type of pci_fixup_irqs |
Date: |
Thu, 21 May 2009 09:13:54 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Wed, May 20, 2009 at 03:11:08PM -0700, David Daney wrote:
> This is the correct fix, however there are now Cavium Octeon PCI drivers
> on Ralf's queue.
The reason for the const is that people keep doing very broken things in
pcibios_map_irq(). I don't see any legitimate reason why pcibios_map_irq
should modifiy the structure the first argument is pointing to, so I
changed it to const just to be a pain in the arse. Of course the warning
should be rectified but this requires talking to the upstream PCI guys.
Ralf
- [Gnewsense-dev] [loongson-PATCH-v1 00/27] linux patches of loongson-based machines, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 01/27] fix-warning: incompatible argument type of pci_fixup_irqs, wuzhangjin, 2009/05/21
- Message not available
- Message not available
- [Gnewsense-dev] Re: [loongson-PATCH-v1 01/27] fix-warning: incompatible argument type of pci_fixup_irqs,
Ralf Baechle <=
- [Gnewsense-dev] [loongson-PATCH-v1 02/27] fix-warning: incompatible argument type of virt_to_phys, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 04/27] change the naming methods, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 03/27] fix-error: incompatiable argument type of clear_user, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 05/27] remove reference to bonito64.h, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 09/27] enable Real Time Clock Support for fuloong(2e), wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 06/27] divide the files to the smallest logic unit, wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 08/27] clean up the early printk support for fuloong(2e), wuzhangjin, 2009/05/21
- [Gnewsense-dev] [loongson-PATCH-v1 07/27] replace tons of magic numbers by understandable symbols, wuzhangjin, 2009/05/21