[AVR32] Simplify early handling of memory regions
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Wed, 21 Mar 2007 15:02:57 +0000 (16:02 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 27 Apr 2007 11:44:14 +0000 (13:44 +0200)
commitd8011768e6bdd0d9de5cc7bdbd3077b4b4fab8c7
tree0d03566388d439edf87432424d4377dbfcbe053f
parent5539f59ac40473730806580f212c4eac6e769f01
[AVR32] Simplify early handling of memory regions

Use struct resource to specify both physical memory regions and
reserved regions and push everything into the same framework,
including kernel code/data and initrd memory. This allows us to get
rid of many special cases in the bootmem initialization and will also
make it easier to implement more robust handling of framebuffer
memory later.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/setup.c
include/asm-avr32/setup.h