From: Dan Williams Date: Sun, 8 May 2011 02:07:14 +0000 (-0700) Subject: isci: move task context alignment from run-time to compile time X-Git-Tag: v3.0-rc6~1^2~1^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26298264a5de6d46d6e872dfd4c5d14c3011666f;p=pandora-kernel.git isci: move task context alignment from run-time to compile time Remove usage of PTR_ALIGN by arranging for the task context to be aligned by the compiler. Another step towards unifying isci_request and scic_sds_request. Once this is complete the task context in the request can likely be removed in favor of building the task directly to tc memory (see: scic_sds_controller_copy_task_context). It's not clear why this needs to be cacheline aligned if we just end up copying before submission... Signed-off-by: Dan Williams --- Reading git-diff-tree failed