projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be396b
)
powerpc: Fix 32-bit compile: PPC_MEMSTART was undeclared
author
Paul Mackerras
<paulus@samba.org>
Mon, 14 Nov 2005 06:32:50 +0000
(17:32 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 14 Nov 2005 06:32:50 +0000
(17:32 +1100)
This defines PPC_MEMSTART as 0 because it is still used in a couple
of places in the 32-bit code.
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/page_32.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/page_32.h
b/include/asm-powerpc/page_32.h
index 35221300a2ce60cb0f659091ec2d7b2f55d48ea8..7259cfd85da911066b1642ba3e4bf1ccfbacbc9c 100644
(file)
--- a/
include/asm-powerpc/page_32.h
+++ b/
include/asm-powerpc/page_32.h
@@
-3,6
+3,8
@@
#define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32
+#define PPC_MEMSTART 0
+
#ifndef __ASSEMBLY__
/*
* The basic type of a PTE - 64 bits for those CPUs with > 32 bit