Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173520
b: refs/heads/master
c: 6e8a0d1
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Dec 4, 2009
1 parent 1d4705c commit 1270c43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: a781d1e5ff6277f80ff3c9503775521bc64cf131
refs/heads/master: 6e8a0d11a088ed51b1b649d3a1127a7bda3700a0
13 changes: 4 additions & 9 deletions trunk/arch/sh/kernel/cpu/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,11 @@ static void __init expmask_init(void)
/*
* Future proofing.
*
* Disable support for slottable sleep instruction
* and non-nop instructions in the rte delay slot.
* Disable support for slottable sleep instruction, non-nop
* instructions in the rte delay slot, and associative writes to
* the memory-mapped cache array.
*/
expmask &= ~(EXPMASK_RTEDS | EXPMASK_BRDSSLP);

/*
* Enable associative writes to the memory-mapped cache array
* until the cache flush ops have been rewritten.
*/
expmask |= EXPMASK_MMCAW;
expmask &= ~(EXPMASK_RTEDS | EXPMASK_BRDSSLP | EXPMASK_MMCAW);

__raw_writel(expmask, EXPMASK);
ctrl_barrier();
Expand Down

0 comments on commit 1270c43

Please sign in to comment.