projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a579a
)
s390/mm: remove MAX_PHYSADDR_BITS define
author
Heiko Carstens
<
[email protected]
>
Mon, 30 Jul 2012 08:04:39 +0000
(10:04 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Wed, 8 Aug 2012 14:32:55 +0000
(07:32 -0700)
It's unused, so remove it.
Signed-off-by: Heiko Carstens <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/include/asm/sparsemem.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/sparsemem.h
b/arch/s390/include/asm/sparsemem.h
index 0fb34027d3f6fbdc5a851f796a0e23d368bea071..a60d085ddb4d90089d7e73850955432ca2372eb6 100644
(file)
--- a/
arch/s390/include/asm/sparsemem.h
+++ b/
arch/s390/include/asm/sparsemem.h
@@
-4,13
+4,11
@@
#ifdef CONFIG_64BIT
#define SECTION_SIZE_BITS 28
-#define MAX_PHYSADDR_BITS 46
#define MAX_PHYSMEM_BITS 46
#else
#define SECTION_SIZE_BITS 25
-#define MAX_PHYSADDR_BITS 31
#define MAX_PHYSMEM_BITS 31
#endif /* CONFIG_64BIT */