diff options
author | Cong Wang <amwang@redhat.com> | 2012-06-27 01:05:55 -0400 |
---|---|---|
committer | Cong Wang <amwang@redhat.com> | 2012-07-23 02:11:23 -0400 |
commit | 61d06c83fca553c3318b8059de68479dac0b51b0 (patch) | |
tree | 7e5f133d31a513ace3736116c938e98327c10407 | |
parent | 144cf8647a831c96bce9c947671467d088d89d16 (diff) |
tile: remove usage of enum km_type
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
-rw-r--r-- | arch/tile/mm/highmem.c | 2 |
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); | |||
93 | * If we examine it earlier we are exposed to a race where it looks | 93 | * If we examine it earlier we are exposed to a race where it looks |
94 | * writable earlier, but becomes immutable before we write the PTE. | 94 | * writable earlier, but becomes immutable before we write the PTE. |
95 | */ | 95 | */ |
96 | static void kmap_atomic_register(struct page *page, enum km_type type, | 96 | static void kmap_atomic_register(struct page *page, int type, |
97 | unsigned long va, pte_t *ptep, pte_t pteval) | 97 | unsigned long va, pte_t *ptep, pte_t pteval) |
98 | { | 98 | { |
99 | unsigned long flags; | 99 | unsigned long flags; |