commit | 2855b97020f6d4a4dfb005fb77c0b79c8cb9d13f | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Sat Sep 03 15:57:09 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:19 2005 -0700 |
tree | 6746ded865a27cb23f1646ea2b9e10f76c9d9601 | |
parent | 69f447cffb911bb2d9737fa905f6d983ec2aa5d3 [diff] |
[PATCH] m68k: move cache functions into separate file Move a few cache functions into its own file and fix flush_icache_range() so it can handle both kernel and user addresses correctly (assuming context is set correctly). Turn copy_to_user_page/copy_from_user_page into inline functions and add a missing cache flush. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>