diff options
author | Gary King <GKing@nvidia.com> | 2010-02-03 18:20:08 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit2@git-master-01.nvidia.com> | 2010-02-03 18:20:08 -0800 |
commit | f2045c35f55bed0dbcc7bbc17d3374ce9349b6bc (patch) | |
tree | 76e8a490bc0d64a9d4dab63e631b14b4e551ff0d /arch/arm | |
parent | 29d8b2237347f87b7760a7c1e98aadc7fdeff08a (diff) | |
parent | ec71a089913e01c433e3d4737b92c1f2f3d5a78e (diff) |
Merge "tegra nvos: add outer cache sync to FlushWriteCombineBuffer" into android-tegra-2.6.29
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/nvos/nvos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/nvos/nvos.c b/arch/arm/mach-tegra/nvos/nvos.c index 11e4806f9d7f..14f531f76f13 100644 --- a/arch/arm/mach-tegra/nvos/nvos.c +++ b/arch/arm/mach-tegra/nvos/nvos.c @@ -1122,6 +1122,7 @@ void NvOsInstrCacheInvalidateRange( void NvOsFlushWriteCombineBuffer( void ) { dsb(); + outer_sync(); } NvError NvOsInterruptRegisterInternal( |