Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367952
b: refs/heads/master
c: f167063
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 07db2e3 commit 198f88d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 2b3c744c3bcaab14ad2cc0f067d76c2f119085a5
refs/heads/master: f167063a0c4e97dfbd8e42df76e71022bb2bdb7f
9 changes: 4 additions & 5 deletions trunk/arch/hexagon/include/asm/vm_mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,13 @@

#define __HEXAGON_C_WB 0x0 /* Write-back, no L2 */
#define __HEXAGON_C_WT 0x1 /* Write-through, no L2 */
#define __HEXAGON_C_UNC 0x6 /* Uncached memory */
#if CONFIG_HEXAGON_ARCH_VERSION >= 2
#define __HEXAGON_C_DEV 0x4 /* Device register space */
#define __HEXAGON_C_WT_L2 0x5 /* Write-through, with L2 */
/* this really should be #if CONFIG_HEXAGON_ARCH = 2 but that's not defined */
#if defined(CONFIG_HEXAGON_COMET) || defined(CONFIG_QDSP6_ST1)
#define __HEXAGON_C_UNC __HEXAGON_C_DEV
#else
#define __HEXAGON_C_UNC 0x6 /* Uncached memory */
#define __HEXAGON_C_DEV __HEXAGON_C_UNC
#endif
#define __HEXAGON_C_WT_L2 0x5 /* Write-through, with L2 */
#define __HEXAGON_C_WB_L2 0x7 /* Write-back, with L2 */

/*
Expand Down

0 comments on commit 198f88d

Please sign in to comment.