Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6462
b: refs/heads/master
c: 8913ca1
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Aug 30, 2005
1 parent 1627dd1 commit a54d8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 597f95e2bfbe9b83ed8b0761ebf4e7d55fd4df17
refs/heads/master: 8913ca1c9ccb5eb6471afd419159729eef6e2730
4 changes: 1 addition & 3 deletions trunk/arch/ppc64/mm/hash_low.S
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,11 @@ _GLOBAL(__hash_page)
/* We eventually do the icache sync here (maybe inline that
* code rather than call a C function...)
*/
BEGIN_FTR_SECTION
BEGIN_FTR_SECTION
mr r4,r30
mr r5,r7
bl .hash_page_do_lazy_icache
END_FTR_SECTION_IFSET(CPU_FTR_NOEXECUTE)
END_FTR_SECTION_IFCLR(CPU_FTR_COHERENT_ICACHE)
END_FTR_SECTION(CPU_FTR_NOEXECUTE|CPU_FTR_COHERENT_ICACHE, CPU_FTR_NOEXECUTE)

/* At this point, r3 contains new PP bits, save them in
* place of "access" in the param area (sic)
Expand Down

0 comments on commit a54d8ae

Please sign in to comment.