Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87550
b: refs/heads/master
c: 391c569
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Russell King committed Mar 20, 2008
1 parent d509fac commit 6b298c6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7d7971db29c078a7946efbe479de5e567a20ba9a
refs/heads/master: 391c569daa6e4e999592966e29c146dfc4de9a9c
4 changes: 4 additions & 0 deletions trunk/arch/arm/mm/proc-xscale.S
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ clean_addr: .word CLEAN_ADDR
* Nothing too exciting at the moment
*/
ENTRY(cpu_xscale_proc_init)
@ enable write buffer coalescing. Some bootloader disable it
mrc p15, 0, r1, c1, c0, 1
bic r1, r1, #1
mcr p15, 0, r1, c1, c0, 1
mov pc, lr

/*
Expand Down

0 comments on commit 6b298c6

Please sign in to comment.