Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61d06c83 authored by Cong Wang's avatar Cong Wang
Browse files

tile: remove usage of enum km_type

parent 144cf864
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * If we examine it earlier we are exposed to a race where it looks
 * writable earlier, but becomes immutable before we write the PTE.
 * 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 va, pte_t *ptep, pte_t pteval)
{
{
	unsigned long flags;
	unsigned long flags;