Re: [PATCH] x86: Work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.

From: Roland Dreier
Date: Fri Jan 23 2009 - 18:15:27 EST


> + if (!pat_enabled && pgprot_val(prot) == pgprot_val(PAGE_KERNEL_WC))
> + prot = PAGE_KERNEL_UC_MINUS;

indentation broke here (the "prot =" line is indented with a tab then
two spaces, instead of two tabs)

- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/