projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55aa89
)
unicore32: remove the unused pgprot_dmacoherent define
author
Christoph Hellwig
<hch@lst.de>
Thu, 1 Aug 2019 14:13:51 +0000
(17:13 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 26 Aug 2019 07:13:17 +0000
(09:13 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/unicore32/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/unicore32/include/asm/pgtable.h
b/arch/unicore32/include/asm/pgtable.h
index 9492aa304f036d7ffd6ce1a893ed2192c87f9ab8..126e961a8cb08f0f6820aa3125d58a3b07e27dc9 100644
(file)
--- a/
arch/unicore32/include/asm/pgtable.h
+++ b/
arch/unicore32/include/asm/pgtable.h
@@
-198,8
+198,6
@@
static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
__pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
#define pgprot_writecombine(prot) \
__pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
-#define pgprot_dmacoherent(prot) \
- __pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
#define pmd_none(pmd) (!pmd_val(pmd))
#define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT)