Skip to content

Commit

Permalink
s390/mm: remove MAX_PHYSADDR_BITS define
Browse files Browse the repository at this point in the history
It's unused, so remove it.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Aug 8, 2012
1 parent 42a579a commit d050351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/s390/include/asm/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d050351

Please sign in to comment.