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

Commit 9a46d7e5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: ioremap, remove WARN_ON()



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2f44bbb4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -134,8 +134,6 @@ static void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
			return NULL;
	}

	WARN_ON_ONCE(page_is_ram(pfn));

	switch (mode) {
	case IOR_MODE_UNCACHED:
	default: