]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/net/rtl8139.c: Fix cache coherency issues
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Wed, 16 Jan 2008 07:12:26 +0000 (16:12 +0900)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 16 Jan 2008 22:37:35 +0000 (17:37 -0500)
commit96a236746fe6a7b84802afb4ed31536696d34812
treee1c36153450c7bca13ea800783353978a2b8d981
parentd1276c76c1e2b5035296689280ba1acb2c425104
drivers/net/rtl8139.c: Fix cache coherency issues

Current driver is meant for cache coherent systems. This patch adds
flush_cache() routines to support cache non-coherent systems.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Cc: Masami Komiya <mkomiya@sonare.it>
Cc: Lucas Jin <lucasjin@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/rtl8139.c