From: Dan Williams Date: Wed, 1 Jun 2011 23:00:01 +0000 (-0700) Subject: isci: remove 'min memory' infrastructure X-Git-Tag: v3.0-rc6~1^2~1^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c78da3175177c905a75c54b5830029c778494ea;p=pandora-kernel.git isci: remove 'min memory' infrastructure The old 'core' had aspirations of running in severely memory constrained environments like bios option-rom, it's not needed for Linux and gets in the way of other cleanups (like unifying/reducing the number of structure members in scic_sds_controller/isci_host). This also fixes a theoretical bug in that the driver would blindly override the silicon advertised limits for number of ports, task contexts, and remote node contexts. Signed-off-by: Dan Williams --- Reading git-diff-tree failed