sparc64: Fix hex values in comment above pte_modify().
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Apr 2014 04:01:56 +0000 (21:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 May 2014 05:32:44 +0000 (22:32 -0700)
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>
arch/sparc/include/asm/pgtable_64.h

index 1f281030769c70b15e2a030f015c90d8c9db5883..50b2d78225ac5a2bccaa73de34f7c4403f4bc28d 100644 (file)
@@ -258,8 +258,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t prot)
 {
        unsigned long mask, tmp;
 
-       /* SUN4U: 0x600307ffffffecb8 (negated == 0x9ffcf80000001347)
-        * SUN4V: 0x30ffffffffffee17 (negated == 0xcf000000000011e8)
+       /* SUN4U: 0x630107ffffffecb8 (negated == 0x9cfef80000001347)
+        * SUN4V: 0x33ffffffffffee17 (negated == 0xcc000000000011e8)
         *
         * Even if we use negation tricks the result is still a 6
         * instruction sequence, so don't try to play fancy and just
This page took 0.026864 seconds and 5 git commands to generate.