From: Alan Stern Date: Fri, 16 Sep 2005 18:22:51 +0000 (-0400) Subject: [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d59ce842a35b552f22868404e4e7c923242257;p=pandora-kernel.git [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays This patch (as563) splits the physical and logical framelist arrays in uhci-hcd into two separate pieces. This will allow slightly better memory utilization, since each piece is no larger than a single page whereas before the whole thing was a little bigger than two pages. It also allows the logical array to be allocated in non-DMA-coherent memory. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed