diff options
author | Tony Lindgren <tony@atomide.com> | 2010-01-20 17:34:29 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-01-20 17:34:29 -0800 |
commit | fa8d1d6c2a72659f773f919c4356b68884c875d0 (patch) | |
tree | b902855a35129aa2731d7233d50838e207b111e8 /arch/arm/plat-omap | |
parent | 7284ce6c9f6153d1777df5f310c959724d1bd446 (diff) | |
parent | af022fafa89cca5731da3e3325dc027ed8d57bcd (diff) |
Merge branch 'for_2.6.33rc_d' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index 007935a921e..33933256a22 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h @@ -227,6 +227,7 @@ struct omap_hwmod_ocp_if { #define SYSC_HAS_SIDLEMODE (1 << 5) #define SYSC_HAS_MIDLEMODE (1 << 6) #define SYSS_MISSING (1 << 7) +#define SYSC_NO_CACHE (1 << 8) /* XXX SW flag, belongs elsewhere */ /* omap_hwmod_sysconfig.clockact flags */ #define CLOCKACT_TEST_BOTH 0x0 |