Explorar o código

tile: remove usage of enum km_type

Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
Cong Wang %!s(int64=13) %!d(string=hai) anos
pai
achega
61d06c83fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/tile/mm/highmem.c

+ 1 - 1
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;