projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e931c
)
powerpc: Fix typo in pgtable-ppc64.h
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Wed, 3 Dec 2008 13:52:05 +0000
(13:52 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 16 Dec 2008 03:39:32 +0000
(14:39 +1100)
Fix a minor comment typo in pgtable-ppc64.h.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/pgtable-ppc64.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/pgtable-ppc64.h
b/arch/powerpc/include/asm/pgtable-ppc64.h
index
4c0a8c6
..
1f0a330
100644
(file)
--- a/
arch/powerpc/include/asm/pgtable-ppc64.h
+++ b/
arch/powerpc/include/asm/pgtable-ppc64.h
@@
-100,7
+100,7
@@
#define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY)
-/* __pgprot defined in arch/powerpc/incl
i
ude/asm/page.h */
+/* __pgprot defined in arch/powerpc/include/asm/page.h */
#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
#define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_USER)