mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
sparc64: Fix hex values in comment above pte_modify().
[ Upstream commit c2e4e676ad ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b38b6f2820
commit
4f5e9cf388
@@ -258,8 +258,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t prot)
|
|||||||
{
|
{
|
||||||
unsigned long mask, tmp;
|
unsigned long mask, tmp;
|
||||||
|
|
||||||
/* SUN4U: 0x600307ffffffecb8 (negated == 0x9ffcf80000001347)
|
/* SUN4U: 0x630107ffffffecb8 (negated == 0x9cfef80000001347)
|
||||||
* SUN4V: 0x30ffffffffffee17 (negated == 0xcf000000000011e8)
|
* SUN4V: 0x33ffffffffffee17 (negated == 0xcc000000000011e8)
|
||||||
*
|
*
|
||||||
* Even if we use negation tricks the result is still a 6
|
* Even if we use negation tricks the result is still a 6
|
||||||
* instruction sequence, so don't try to play fancy and just
|
* instruction sequence, so don't try to play fancy and just
|
||||||
|
|||||||
Reference in New Issue
Block a user