commit | ff0d2f90fdc4b564d47a7c26b16de81a16cfa28e | [log] [tgz] |
---|---|---|
author | Christoph Lameter <christoph@lameter.com> | Tue May 17 08:48:16 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 09:27:05 2005 -0700 |
tree | 6bb5a1cf91bbda8308ec7e6d900cb89071907dcd | |
parent | 8c41a5f50deab01aca11155154d7e6737b3a1d9f [diff] |
[PATCH] fix memory scribble in arch/i386/pci/fixup.c The GET_INDEX() macro should use just the low three bits of the devfn, otherwise we have a memory scribble in pcie_rootport_aspm_quirk that overwrites ptype_all Fix it to be more careful about its arguments while at it. Acked by Dely Sy <dely.l.sy@intel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>