K 10 svn:author V 6 cognet K 8 svn:date V 27 2013-08-07T15:44:58.033394Z K 7 svn:log V 366 Don't bother trying to work around buffers which are not aligned on a cache line boundary. It has never been 100% correct, and it can't work on SMP, because nothing prevents another core from accessing data from an unrelated buffer in the same cache line while we invalidated it. Just use bounce pages instead. Reviewed by: ian Approved by: mux (mentor) (implicit) END