Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SPARC64]: Fix typo in pgprot_noncached().

The sun4v code sequence was or'ing in the sun4u pte bits by mistake.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
include/asm-sparc64/pgtable.h
··· 339 339 " .section .sun4v_2insn_patch, \"ax\"\n" 340 340 " .word 661b\n" 341 341 " andn %0, %4, %0\n" 342 - " or %0, %3, %0\n" 342 + " or %0, %5, %0\n" 343 343 " .previous\n" 344 344 : "=r" (val) 345 345 : "0" (val), "i" (_PAGE_CP_4U | _PAGE_CV_4U), "i" (_PAGE_E_4U),