diff options
author | Cong Wang <amwang@redhat.com> | 2011-11-25 09:57:35 -0500 |
---|---|---|
committer | Cong Wang <amwang@redhat.com> | 2012-07-24 03:27:32 -0400 |
commit | ecee6f9bd4e97993ede4f97cf922fc4bf4264c04 (patch) | |
tree | 4b49c0cc9921d8e99444b5976ca453cc770319b6 /arch/tile | |
parent | 518b637471d88c02b9ce3b715165729971a2bf1b (diff) |
tile: remove km_type definitions
Signed-off-by: Cong Wang <amwang@redhat.com>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/include/asm/kmap_types.h | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/arch/tile/include/asm/kmap_types.h b/arch/tile/include/asm/kmap_types.h index 3d0f20246260..92b28e3e9972 100644 --- a/arch/tile/include/asm/kmap_types.h +++ b/arch/tile/include/asm/kmap_types.h | |||
@@ -23,35 +23,6 @@ | |||
23 | * adds 4MB of required address-space. For now we leave KM_TYPE_NR | 23 | * adds 4MB of required address-space. For now we leave KM_TYPE_NR |
24 | * set to depth 8. | 24 | * set to depth 8. |
25 | */ | 25 | */ |
26 | enum km_type { | 26 | #define KM_TYPE_NR 8 |
27 | KM_TYPE_NR = 8 | ||
28 | }; | ||
29 | |||
30 | /* | ||
31 | * We provide dummy definitions of all the stray values that used to be | ||
32 | * required for kmap_atomic() and no longer are. | ||
33 | */ | ||
34 | enum { | ||
35 | KM_BOUNCE_READ, | ||
36 | KM_SKB_SUNRPC_DATA, | ||
37 | KM_SKB_DATA_SOFTIRQ, | ||
38 | KM_USER0, | ||
39 | KM_USER1, | ||
40 | KM_BIO_SRC_IRQ, | ||
41 | KM_BIO_DST_IRQ, | ||
42 | KM_PTE0, | ||
43 | KM_PTE1, | ||
44 | KM_IRQ0, | ||
45 | KM_IRQ1, | ||
46 | KM_SOFTIRQ0, | ||
47 | KM_SOFTIRQ1, | ||
48 | KM_SYNC_ICACHE, | ||
49 | KM_SYNC_DCACHE, | ||
50 | KM_UML_USERCOPY, | ||
51 | KM_IRQ_PTE, | ||
52 | KM_NMI, | ||
53 | KM_NMI_PTE, | ||
54 | KM_KDB | ||
55 | }; | ||
56 | 27 | ||
57 | #endif /* _ASM_TILE_KMAP_TYPES_H */ | 28 | #endif /* _ASM_TILE_KMAP_TYPES_H */ |