Skip to content

Commit

Permalink
sparc: drop unused MAX_PHYSADDR_BITS
Browse files Browse the repository at this point in the history
The macro is not used anywhere, so remove the definition.

Signed-off-by: Arvind Sankar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Acked-by: Dave Hansen <[email protected]>
Acked-by: David S. Miller <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
nivedita76 authored and torvalds committed Aug 12, 2020
1 parent c56771b commit 6f8c00f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc/include/asm/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <asm/page.h>

#define SECTION_SIZE_BITS 30
#define MAX_PHYSADDR_BITS MAX_PHYS_ADDRESS_BITS
#define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS

#endif /* !(__KERNEL__) */
Expand Down

0 comments on commit 6f8c00f

Please sign in to comment.