Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189773
b: refs/heads/master
c: 86f7d75
h: refs/heads/master
i:
  189771: 855e2ed
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Apr 12, 2010
1 parent fda4591 commit d2800e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 727c0075c80005e2012be113a91e5976abec4f9d
refs/heads/master: 86f7d75eb7c43a54a7b37a2287787004f4310de6
6 changes: 4 additions & 2 deletions trunk/arch/mips/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ typedef struct { unsigned long pgprot; } pgprot_t;
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#define UNCAC_ADDR(addr) ((addr) - PAGE_OFFSET + UNCAC_BASE)
#define CAC_ADDR(addr) ((addr) - UNCAC_BASE + PAGE_OFFSET)
#define UNCAC_ADDR(addr) ((addr) - PAGE_OFFSET + UNCAC_BASE + \
PHYS_OFFSET)
#define CAC_ADDR(addr) ((addr) - UNCAC_BASE + PAGE_OFFSET - \
PHYS_OFFSET)

#include <asm-generic/memory_model.h>
#include <asm-generic/getorder.h>
Expand Down

0 comments on commit d2800e5

Please sign in to comment.