commit | 012d64ff68f304df1c35ce5902f5023dc14b643f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 25 22:33:07 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 25 22:39:16 2006 -0700 |
tree | da1e6691c0c9a4d087b441762ce9df8974178339 | |
parent | 4130a4b206e7c628482aa12ec30949382c8cdc5e [diff] |
[SPARC64]: Fix memory corruption in pci_4u_free_consistent(). The second argument to free_npages() was being incorrectly calculated, which would thus access far past the end of the arena->map[] bitmap. Signed-off-by: David S. Miller <davem@davemloft.net>