Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Mike Miller (OS Dev)" <[email protected]> writes: Found what seems the problem with our vectors being listed backward. In drivers/pci/msi.c we should be using list_add_tail rather than list_add to preserve the ordering across various kernels. Please consider this for inclusion. Signed-off-by: "Eric W. Biederman" <[email protected]> Screwed-up-by: Michael Ellerman <[email protected]> Cc: "Mike Miller (OS Dev)" <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information