Re: [PATCH] msi: set 'En' bit of MSI Mapping Capability

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Wednesday, December 19, 2007 - 5:45 pm

On Wed, 19 Dec 2007 16:41:25 -0800
Andrew Morton <akpm@linux-foundation.org> wrote:



And by this I really do mean going into each include/asm-*/pci.h and adding


struct pci_dev;		(if needed)
...

static inline void ht_enable_msi_mapping(struct pci_dev *dev)
{
}


no macros, no ifdef tricks, no include tricks.  Just straight, clean, fully
typechecked C.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] msi: set 'En' bit of MSI Mapping Capability, Andrew Morton, (Wed Dec 19, 5:41 pm)
Re: [PATCH] msi: set 'En' bit of MSI Mapping Capability, Andrew Morton, (Wed Dec 19, 5:45 pm)
Re: [PATCH] msi: set 'En' bit of MSI Mapping Capability, Eric W. Biederman, (Thu Dec 20, 3:54 pm)