diff options
| author | John Crispin <john@openwrt.org> | 2007-12-24 21:05:55 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2007-12-24 21:05:55 +0000 |
| commit | 8161d42238d31b7f4845e363ab8788eb1af9465f (patch) | |
| tree | cdd7b5f9989ab1d2c79e3b3b9d1fcb5560a08477 /target/linux/ifxmips/files | |
| parent | 158da7a5ddffa7331e92354574d3618ccb743034 (diff) | |
| download | mtk-20170518-8161d42238d31b7f4845e363ab8788eb1af9465f.zip mtk-20170518-8161d42238d31b7f4845e363ab8788eb1af9465f.tar.gz mtk-20170518-8161d42238d31b7f4845e363ab8788eb1af9465f.tar.bz2 | |
add some RCU defines to ifxmips
SVN-Revision: 9894
Diffstat (limited to 'target/linux/ifxmips/files')
| -rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h index 660d0a4..18e521b 100644 --- a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h +++ b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips.h @@ -106,7 +106,7 @@ #define IFXMIPS_RST_ALL 0x40000000 #define IFXMIPS_RCU_RST_REQ_DFE (1 << 7) -#define IFXMIPS_RCU_RST_REQ_DFE (1 << 7) +#define IFXMIPS_RCU_RST_REQ_AFE (1 << 11) /*------------ MCD */ |
