[PATCH] msi: mask the msix vector before we unmap it.

2007-05-24 Thread Eric W. Biederman
With these two lines in the reverse order the drives/block/ccis.c was oopsing in msi_free_irqs. Silly us calling writel on an area after we unmap it. BUG: unable to handle kernel paging request at virtual address f8b2200c printing eip: c01e9cc7 *pdpt = 3001 *pde = 37e48067

[PATCH] msi: mask the msix vector before we unmap it.

2007-05-24 Thread Eric W. Biederman
With these two lines in the reverse order the drives/block/ccis.c was oopsing in msi_free_irqs. Silly us calling writel on an area after we unmap it. BUG: unable to handle kernel paging request at virtual address f8b2200c printing eip: c01e9cc7 *pdpt = 3001 *pde = 37e48067