diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 22:03:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 22:03:37 +0000 |
commit | 879b7a7a9b1c99920a8a5c1f5329e060b564aca6 (patch) | |
tree | 44cc30b4ad2763e506eee2fb96e02666a6992aa6 /target/linux/cns3xxx/config-3.3 | |
parent | c2b8d1a6190e02e48a55d852ca7ab5ed1a9cd3ac (diff) | |
download | upstream-879b7a7a9b1c99920a8a5c1f5329e060b564aca6.tar.gz upstream-879b7a7a9b1c99920a8a5c1f5329e060b564aca6.tar.bz2 upstream-879b7a7a9b1c99920a8a5c1f5329e060b564aca6.zip |
cns3xxx: update FIQ header file and disable RWFO
Update header file appropriately and disable read for ownership
Note that the FIQ support implements a workaround that provides a performance
boost over the traditional upstream workaround which ensures cache lines
are exclusive on driver CPU using 'read for ownership'.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
target/linux/cns3xxx/config-3.3 | 2 +-
target/linux/cns3xxx/patches-3.3/460-cns3xxx_fiq_support.patch | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
SVN-Revision: 33827
Diffstat (limited to 'target/linux/cns3xxx/config-3.3')
-rw-r--r-- | target/linux/cns3xxx/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/config-3.3 b/target/linux/cns3xxx/config-3.3 index 82f763518e..e1c73a10af 100644 --- a/target/linux/cns3xxx/config-3.3 +++ b/target/linux/cns3xxx/config-3.3 @@ -45,7 +45,7 @@ CONFIG_DEBUG_LL=y CONFIG_DEBUG_LL_UART_NONE=y # CONFIG_DEBUG_USER is not set CONFIG_DECOMPRESS_LZMA=y -CONFIG_DMA_CACHE_RWFO=y +# CONFIG_DMA_CACHE_RWFO is not set # CONFIG_DWC_DEBUG is not set # CONFIG_DWC_DEVICE_ONLY is not set # CONFIG_DWC_HOST_ONLY is not set |