avr32: Move sleep code into mach-at32ap
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Sun, 24 Feb 2008 22:24:26 +0000 (23:24 +0100)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Sun, 20 Apr 2008 00:40:07 +0000 (20:40 -0400)
commit7e59128f31e0c57d52e86d57730d4c9281494dda
treeda5aa2af13d8990b5333ad8807335cd3e374fdda
parent02f99d1ca70d190ce12d040971819be22ea710c8
avr32: Move sleep code into mach-at32ap

Create a new file, pm-at32ap700x.S, in mach-at32ap and move the CPU
idle sleep code there. Make it possible to disable the sleep code.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/entry-avr32b.S
arch/avr32/kernel/process.c
arch/avr32/mach-at32ap/Makefile
arch/avr32/mach-at32ap/pm-at32ap700x.S [new file with mode: 0644]
include/asm-avr32/arch-at32ap/pm.h [new file with mode: 0644]