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

Commit 3a3b311c authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Update debugfs ASID dumping for 16-bit ASID support.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c54a43e9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -37,10 +37,8 @@ static int asids_seq_show(struct seq_file *file, void *iter)
			continue;

		if (p->mm)
			seq_printf(file, "%5d : %02lx\n", pid,
			seq_printf(file, "%5d : %04lx\n", pid,
				   cpu_asid(smp_processor_id(), p->mm));
		else
			seq_printf(file, "%5d : (none)\n", pid);
	}

	read_unlock(&tasklist_lock);