commit | ec450fee71c353aa14ca05a2c6d077b55e1f4298 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <shinya.kuribayashi@necel.com> | Wed Jan 16 16:12:26 2008 +0900 |
committer | Ben Warren <biggerbadderben@gmail.com> | Wed Jan 16 17:37:35 2008 -0500 |
tree | e1c36153450c7bca13ea800783353978a2b8d981 | |
parent | fad82ef93679b0de1c60f52915ebcbbb336daf4c [diff] |
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>