diff options
author | Cong Wang <amwang@redhat.com> | 2012-06-27 13:05:55 +0800 |
---|---|---|
committer | Cong Wang <amwang@redhat.com> | 2012-07-23 14:11:23 +0800 |
commit | 61d06c83fca553c3318b8059de68479dac0b51b0 (patch) | |
tree | 7e5f133d31a513ace3736116c938e98327c10407 /arch/tile/mm | |
parent | 144cf8647a831c96bce9c947671467d088d89d16 (diff) | |
download | blackbird-obmc-linux-61d06c83fca553c3318b8059de68479dac0b51b0.tar.gz blackbird-obmc-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.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); * 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; |