aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-04-28 00:01:56 -0400
committerDavid S. Miller <davem@davemloft.net>2014-05-04 01:32:44 -0400
commitc2e4e676adb40ea764af79d3e08be954e14a0f4c (patch)
treec2b13f52c67e7f6273488c0730901b38cac1ec04 /arch
parent04df419de34104d8818b8c5cffaa062fa36d20ea (diff)
sparc64: Fix hex values in comment above pte_modify().
When _PAGE_SPECIAL and _PAGE_PMD_HUGE were added to the mask, the comment was not updated. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/include/asm/pgtable_64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h
index 1f281030769c..50b2d78225ac 100644
--- a/arch/sparc/include/asm/pgtable_64.h
+++ b/arch/sparc/include/asm/pgtable_64.h
@@ -258,8 +258,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t prot)
258{ 258{
259 unsigned long mask, tmp; 259 unsigned long mask, tmp;
260 260
261 /* SUN4U: 0x600307ffffffecb8 (negated == 0x9ffcf80000001347) 261 /* SUN4U: 0x630107ffffffecb8 (negated == 0x9cfef80000001347)
262 * SUN4V: 0x30ffffffffffee17 (negated == 0xcf000000000011e8) 262 * SUN4V: 0x33ffffffffffee17 (negated == 0xcc000000000011e8)
263 * 263 *
264 * Even if we use negation tricks the result is still a 6 264 * Even if we use negation tricks the result is still a 6
265 * instruction sequence, so don't try to play fancy and just 265 * instruction sequence, so don't try to play fancy and just