x86: revert ucminus change
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
2e5d9c857d
commit
55c626820a
1 changed files with 1 additions and 5 deletions
|
@ -159,11 +159,7 @@ static void __iomem *__ioremap(resource_size_t phys_addr, unsigned long size,
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case IOR_MODE_UNCACHED:
|
case IOR_MODE_UNCACHED:
|
||||||
default:
|
default:
|
||||||
/*
|
prot = PAGE_KERNEL_NOCACHE;
|
||||||
* 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;
|
|
||||||
break;
|
break;
|
||||||
case IOR_MODE_CACHED:
|
case IOR_MODE_CACHED:
|
||||||
prot = PAGE_KERNEL;
|
prot = PAGE_KERNEL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue