From: Thomas Chou Date: Sun, 4 Oct 2009 23:33:18 +0000 (+0000) Subject: ethoc: fix buffer address mapping X-Git-Tag: v2.6.32-rc4~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee19a85bb428b8363699dff9e1c4041c107d46a;p=pandora-kernel.git ethoc: fix buffer address mapping The pointer address in buffer descriptors is physical address. The pointer that processor used to access packet is virtual address. Though the higher bits of pointer address used by the MAC may be truncated to zero in special case, it is not always true in larger designs. Signed-off-by: Thomas Chou Signed-off-by: David S. Miller --- Reading git-diff-tree failed