]> git.baikalelectronics.ru Git - kernel.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)
commit35a5825b83042263630e6b3dc76eb8670213c16f
treebca523fe1b4de0dedbbafb8136401c82211ee489
parent8d192eaf834f9e49cfe15d1d0b684be755b7dd9e
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