diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-12-01 08:39:08 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-01 08:39:08 +0100 |
commit | fa3c9f3de2504bb09f8ad512f89837751a3eb741 (patch) | |
tree | 656df0e4ea62d1c5a45bb7bfd1b4714f4936d63b /drivers/net/ucc_geth.h | |
parent | sh: boards: mach-se: use IS_ERR() instead of NULL check (diff) | |
parent | sh: Assume new page cache pages have dirty dcache lines. (diff) | |
download | linux-fa3c9f3de2504bb09f8ad512f89837751a3eb741.tar.xz linux-fa3c9f3de2504bb09f8ad512f89837751a3eb741.zip |
Merge branch 'sh/cachetlb' into sh-fixes-for-linus
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index 05a95586f3c5..055b87ab4f07 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h @@ -899,7 +899,8 @@ struct ucc_geth_hardware_statistics { #define UCC_GETH_UTFS_INIT 512 /* Tx virtual FIFO size */ #define UCC_GETH_UTFET_INIT 256 /* 1/2 utfs */ -#define UCC_GETH_UTFTT_INIT 512 +#define UCC_GETH_UTFTT_INIT 256 /* 1/2 utfs + due to errata */ /* Gigabit Ethernet (1000 Mbps) */ #define UCC_GETH_URFS_GIGA_INIT 4096/*2048*/ /* Rx virtual FIFO size */ |