From: Barry Song Date: Fri, 27 Nov 2009 04:37:52 +0000 (+0000) Subject: Blackfin: drop 4KB reserve at end of memory X-Git-Tag: v2.6.33-rc1~53^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45e8db1b20c510a189d769d877af2e8e9df985f;p=pandora-kernel.git Blackfin: drop 4KB reserve at end of memory The point of this small chunk was to avoid anomaly 05000310. This never really seemed to do what it was intended though -- no valid CPLBs exist over the reserved memory, and there is often memory before it anyways (due to the uClinux MTD and/or reserved DMA region). Plus, it doesn't address the L1 instruction case. So drop this chunk as it wastes memory and is affront to humanity. Signed-off-by: Barry Song Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed