]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Blackfin: drop 4KB reserve at end of memory
authorBarry Song <barry.song@analog.com>
Fri, 27 Nov 2009 04:37:52 +0000 (04:37 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Dec 2009 05:15:50 +0000 (00:15 -0500)
commitd45e8db1b20c510a189d769d877af2e8e9df985f
treebca523fe1b4de0dedbbafb8136401c82211ee489
parentc45c06596e0d45125d25beb0fe24a68aef1f1046
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 <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/setup.c