diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-04-07 13:49:44 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-04-07 13:49:44 +0000 |
commit | d84f27f264dbeaa74cc47f84ec7e6bc990072c9f (patch) | |
tree | 8e594e4fbb01cbf62a513b4da861660eba8b813c /target/linux/ar7/patches-2.6.24 | |
parent | 08f82d001de7857ee0c2034937428d11a5dd8efe (diff) | |
download | mtk-20170518-d84f27f264dbeaa74cc47f84ec7e6bc990072c9f.zip mtk-20170518-d84f27f264dbeaa74cc47f84ec7e6bc990072c9f.tar.gz mtk-20170518-d84f27f264dbeaa74cc47f84ec7e6bc990072c9f.tar.bz2 |
ar7: remove useless volatiles
SVN-Revision: 10757
Diffstat (limited to 'target/linux/ar7/patches-2.6.24')
-rw-r--r-- | target/linux/ar7/patches-2.6.24/100-board_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/patches-2.6.24/100-board_support.patch b/target/linux/ar7/patches-2.6.24/100-board_support.patch index eefeb65..b9ee687 100644 --- a/target/linux/ar7/patches-2.6.24/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.24/100-board_support.patch @@ -50,7 +50,7 @@ Index: linux-2.6.23-rc6/arch/mips/kernel/traps.c + *(u32 *)(ebase + 0x20C) = 0x00000000; + flush_icache_range(ebase + 0x200, ebase + 0x210); + } else { -+ *(volatile u32 *)(ebase + 0x200) = ++ *(u32 *)(ebase + 0x200) = + 0x08000000 | (0x03ffffff & (handler >> 2)); + flush_icache_range(ebase + 0x200, ebase + 0x204); + } |