kernel-ark/arch/avr32
Haavard Skinnemoen 0d2372e5d6 [AVR32] Remove unneeded 8K alignment of .text section
__init_end, which comes immediately before .text, is already page
aligned, and that should be more than enough for the .text section.

The reason why we need to align the .text section is because the
interrupt handler offset is ORed with EVBA, so we need to provide
enough alignment of EVBA that this OR operation works as an ADD.

Currently, the last interrupt handler is not nearly a full page away
from EVBA, so it won't be a problem.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-10-11 12:16:57 +02:00
..
boards [AVR32] Wire up USBA device 2007-10-11 11:40:27 +02:00
boot
configs leds: leds-gpio for ngw100 2007-07-16 01:15:51 +01:00
kernel [AVR32] Remove unneeded 8K alignment of .text section 2007-10-11 12:16:57 +02:00
lib [AVR32] Remove last remains of libgcc 2007-02-09 15:01:59 +01:00
mach-at32ap [AVR32] Wire up USBA device 2007-10-11 11:40:27 +02:00
mm mm: fault feedback #2 2007-07-19 10:04:41 -07:00
Kconfig [AVR32] Make STK1000 mux settings configurable 2007-07-18 20:45:51 +02:00
Kconfig.debug
Makefile [AVR32] Use correct config symbol when setting cpuflags 2007-05-09 08:48:38 +02:00