Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264188
b: refs/heads/master
c: f4142cb
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 29, 2011
1 parent 24be1fe commit 149dd14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11032c17bd3f96a4319e4415c07fc791525b79fd
refs/heads/master: f4142cba4e4065a416e78ade905bea29ff3930e6
5 changes: 5 additions & 0 deletions trunk/arch/sparc/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@ static void __init read_obp_translations(void)
for (i = 0; i < prom_trans_ents; i++)
prom_trans[i].data &= ~0x0003fe0000000000UL;
}

/* Force execute bit on. */
for (i = 0; i < prom_trans_ents; i++)
prom_trans[i].data |= (tlb_type == hypervisor ?
_PAGE_EXEC_4V : _PAGE_EXEC_4U);
}

static void __init hypervisor_tlb_lock(unsigned long vaddr,
Expand Down

0 comments on commit 149dd14

Please sign in to comment.