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

Commit 55c62682 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: revert ucminus change



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2e5d9c85
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -159,11 +159,7 @@ static void __iomem *__ioremap(resource_size_t phys_addr, unsigned long size,
	switch (mode) {
	case IOR_MODE_UNCACHED:
	default:
		/*
		 * FIXME: we will use UC MINUS for now, as video fb drivers
		 * depend on it. Upcoming ioremap_wc() will fix this behavior.
		 */
		prot = PAGE_KERNEL_UC_MINUS;
		prot = PAGE_KERNEL_NOCACHE;
		break;
	case IOR_MODE_CACHED:
		prot = PAGE_KERNEL;