332349518f
Check if the sleep command returns due to a pending interrupt in the standby unit. If this happens, try and ack the IRQ before re-trying the resume. It is currently unclear whether the resume can be backed out of at this stage as this could cause a problem with level based interrupts. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# arch/arm/mach-s3c2412/Makefile
|
|
#
|
|
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
|
|
obj-$(CONFIG_CPU_S3C2412) += irq.o
|
|
obj-$(CONFIG_CPU_S3C2412) += clock.o
|
|
obj-$(CONFIG_S3C2412_DMA) += dma.o
|
|
obj-$(CONFIG_S3C2412_PM) += pm.o sleep.o
|
|
|
|
# Machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK2413) += mach-smdk2413.o
|
|
obj-$(CONFIG_MACH_VSTMS) += mach-vstms.o
|