All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Drop unused MAX_PHYSADDR_BITS
@ 2020-07-23 23:15 ` Arvind Sankar
  0 siblings, 0 replies; 21+ messages in thread
From: Arvind Sankar @ 2020-07-23 23:15 UTC (permalink / raw)
  To: x86, Dave Hansen, Andy Lutomirski, Peter Zijlstra, linux-sh,
	Yoshinori Sato, Rich Felker, sparclinux, David S. Miller
  Cc: Andrew Morton, linux-mm, linux-kernel

This #define is not used anywhere, and has the wrong value on x86_64.

I tried digging into the history a bit, but it seems to have been unused
even in the initial merge of sparsemem in v2.6.13, when it was first
defined.

Arvind Sankar (3):
  x86/mm: Drop unused MAX_PHYSADDR_BITS
  sh/mm: Drop unused MAX_PHYSADDR_BITS
  sparc: Drop unused MAX_PHYSADDR_BITS

 arch/sh/include/asm/sparsemem.h    | 4 +---
 arch/sparc/include/asm/sparsemem.h | 1 -
 arch/x86/include/asm/sparsemem.h   | 6 +-----
 3 files changed, 2 insertions(+), 9 deletions(-)

-- 
2.26.2

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-07-26  6:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 23:15 [PATCH 0/3] Drop unused MAX_PHYSADDR_BITS Arvind Sankar
2020-07-23 23:15 ` Arvind Sankar
2020-07-23 23:15 ` [PATCH 1/3] x86/mm: " Arvind Sankar
2020-07-23 23:15   ` Arvind Sankar
2020-07-24  7:56   ` [tip: x86/cleanups] " tip-bot2 for Arvind Sankar
2020-07-24  8:22   ` [PATCH 1/3] " David Hildenbrand
2020-07-24  8:22     ` David Hildenbrand
2020-07-23 23:15 ` [PATCH 2/3] sh/mm: " Arvind Sankar
2020-07-23 23:15   ` Arvind Sankar
2020-07-24  8:22   ` David Hildenbrand
2020-07-24  8:22     ` David Hildenbrand
2020-07-23 23:15 ` [PATCH 3/3] sparc: " Arvind Sankar
2020-07-23 23:15   ` Arvind Sankar
2020-07-24  8:22   ` David Hildenbrand
2020-07-24  8:22     ` David Hildenbrand
2020-07-24 23:37   ` David Miller
2020-07-24 23:37     ` David Miller
2020-07-24 15:04 ` [PATCH 0/3] " Dave Hansen
2020-07-24 15:04   ` Dave Hansen
2020-07-26  6:48 ` Mike Rapoport
2020-07-26  6:48   ` Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.