summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
diff options
context:
space:
mode:
authorCong Wang2012-06-27 07:05:55 +0200
committerCong Wang2012-07-23 08:11:23 +0200
commit61d06c83fca553c3318b8059de68479dac0b51b0 (patch)
tree7e5f133d31a513ace3736116c938e98327c10407 /arch/tile/mm
parentfrv: remove the second parameter of kmap_atomic_primary() (diff)
downloadkernel-qcow2-linux-61d06c83fca553c3318b8059de68479dac0b51b0.tar.gz
kernel-qcow2-linux-61d06c83fca553c3318b8059de68479dac0b51b0.tar.xz
kernel-qcow2-linux-61d06c83fca553c3318b8059de68479dac0b51b0.zip
tile: remove usage of enum km_type
Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Cong Wang <amwang@redhat.com>
Diffstat (limited to 'arch/tile/mm')
-rw-r--r--arch/tile/mm/highmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/highmem.c b/arch/tile/mm/highmem.c
index ef8e5a62b6e3..347d123b14be 100644
--- a/arch/tile/mm/highmem.c
+++ b/arch/tile/mm/highmem.c
@@ -93,7 +93,7 @@ static DEFINE_PER_CPU(struct kmap_amps, amps);
* If we examine it earlier we are exposed to a race where it looks
* writable earlier, but becomes immutable before we write the PTE.
*/
-static void kmap_atomic_register(struct page *page, enum km_type type,
+static void kmap_atomic_register(struct page *page, int type,
unsigned long va, pte_t *ptep, pte_t pteval)
{
unsigned long flags;