Re: [PATCH] dma_ops as const

2007-03-09 Thread Muli Ben-Yehuda
On Fri, Mar 09, 2007 at 03:46:40PM -0800, Stephen Hemminger wrote: > The dma_ops structure can be const since it never changes > after boot. Sounds reasonable. I haven't come up with a likely case where we would want to change a dma_ops structure (as opposed to just pointing to a different structu

[PATCH] dma_ops as const

2007-03-09 Thread Stephen Hemminger
The dma_ops structure can be const since it never changes after boot. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- arch/x86_64/kernel/pci-calgary.c |2 +- arch/x86_64/kernel/pci-gart.c|2 +- arch/x86_64/kernel/pci-nommu.c |2 +- arch/x86_64/kernel/pci-swiotlb.c |