projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab985ff
)
OMAP850: PM: Add an ARCH_OMAP850 check
author
Alistair Buxton
<a.j.buxton@gmail.com>
Fri, 18 Sep 2009 19:53:04 +0000
(20:53 +0100)
committer
Alistair Buxton
<a.j.buxton@gmail.com>
Wed, 7 Oct 2009 22:14:08 +0000
(23:14 +0100)
This just makes the same warning be printed on omap850 and omap730.
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
arch/arm/mach-omap1/pm.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/pm.h
b/arch/arm/mach-omap1/pm.h
index 0f20aedd63f42dd6d6c5d1d8b1065b58d0b0bf1f..56a647986ae95c53b7288f7a1bbe2623c3c7bdb1 100644
(file)
--- a/
arch/arm/mach-omap1/pm.h
+++ b/
arch/arm/mach-omap1/pm.h
@@
-105,6
+105,7
@@
#define OMAP7XX_IDLE_LOOP_REQUEST 0x0C00
#if !defined(CONFIG_ARCH_OMAP730) && \
+ !defined(CONFIG_ARCH_OMAP850) && \
!defined(CONFIG_ARCH_OMAP15XX) && \
!defined(CONFIG_ARCH_OMAP16XX)
#warning "Power management for this processor not implemented yet"