public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* Re: please don't apply : bootmem: avoid DMA32 zone by default
       [not found]           ` <20100306162234.e2cc84fb.akpm@linux-foundation.org>
@ 2010-03-07  1:03             ` Paul Mackerras
  2010-03-07  1:03               ` Paul Mackerras
                                 ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Mackerras @ 2010-03-07  1:03 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Yinghai Lu, Greg Thelen, H. Peter Anvin, Thomas Gleixner,
	Ingo Molnar, Johannes Weiner, linux-mm, linux-kernel, linux-arch

On Sat, Mar 06, 2010 at 04:22:34PM -0800, Andrew Morton wrote:
> Earlier, Johannes wrote
> 
> : Humm, now that is a bit disappointing.  Because it means we will never
> : get rid of bootmem as long as it works for the other architectures. 
> : And your changeset just added ~900 lines of code, some of it being a
> : rather ugly compatibility layer in bootmem that I hoped could go away
> : again sooner than later.

Whoa!  Who's proposing to get rid of bootmem, and why?

Paul.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: please don't apply : bootmem: avoid DMA32 zone by default
  2010-03-07  1:03             ` please don't apply : bootmem: avoid DMA32 zone by default Paul Mackerras
@ 2010-03-07  1:03               ` Paul Mackerras
  2010-03-07  1:48               ` Stephen Rothwell
  2010-03-07  9:16               ` Russell King
  2 siblings, 0 replies; 5+ messages in thread
From: Paul Mackerras @ 2010-03-07  1:03 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Yinghai Lu, Greg Thelen, H. Peter Anvin, Thomas Gleixner,
	Ingo Molnar, Johannes Weiner, linux-mm, linux-kernel, linux-arch

On Sat, Mar 06, 2010 at 04:22:34PM -0800, Andrew Morton wrote:
> Earlier, Johannes wrote
> 
> : Humm, now that is a bit disappointing.  Because it means we will never
> : get rid of bootmem as long as it works for the other architectures. 
> : And your changeset just added ~900 lines of code, some of it being a
> : rather ugly compatibility layer in bootmem that I hoped could go away
> : again sooner than later.

Whoa!  Who's proposing to get rid of bootmem, and why?

Paul.

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

* Re: please don't apply : bootmem: avoid DMA32 zone by default
  2010-03-07  1:03             ` please don't apply : bootmem: avoid DMA32 zone by default Paul Mackerras
  2010-03-07  1:03               ` Paul Mackerras
@ 2010-03-07  1:48               ` Stephen Rothwell
  2010-03-07  9:16               ` Russell King
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2010-03-07  1:48 UTC (permalink / raw)
  To: Paul Mackerras
  Cc: Andrew Morton, Yinghai Lu, Greg Thelen, H. Peter Anvin,
	Thomas Gleixner, Ingo Molnar, Johannes Weiner, linux-mm,
	linux-kernel, linux-arch

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

Hi Paul,

On Sun, 7 Mar 2010 12:03:27 +1100 Paul Mackerras <paulus@samba.org> wrote:
>
> On Sat, Mar 06, 2010 at 04:22:34PM -0800, Andrew Morton wrote:
> > Earlier, Johannes wrote
> > 
> > : Humm, now that is a bit disappointing.  Because it means we will never
> > : get rid of bootmem as long as it works for the other architectures. 
> > : And your changeset just added ~900 lines of code, some of it being a
> > : rather ugly compatibility layer in bootmem that I hoped could go away
> > : again sooner than later.
> 
> Whoa!  Who's proposing to get rid of bootmem, and why?

I assume that is the point of the "early_res" work already in Linus' tree
starting from commit 27811d8cabe56e0c3622251b049086f49face4ff ("x86: Move
range related operation to one file").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: please don't apply : bootmem: avoid DMA32 zone by default
  2010-03-07  1:03             ` please don't apply : bootmem: avoid DMA32 zone by default Paul Mackerras
  2010-03-07  1:03               ` Paul Mackerras
  2010-03-07  1:48               ` Stephen Rothwell
@ 2010-03-07  9:16               ` Russell King
  2010-03-07  9:16                 ` Russell King
  2 siblings, 1 reply; 5+ messages in thread
From: Russell King @ 2010-03-07  9:16 UTC (permalink / raw)
  To: Paul Mackerras
  Cc: Andrew Morton, Yinghai Lu, Greg Thelen, H. Peter Anvin,
	Thomas Gleixner, Ingo Molnar, Johannes Weiner, linux-mm,
	linux-kernel, linux-arch

On Sun, Mar 07, 2010 at 12:03:27PM +1100, Paul Mackerras wrote:
> On Sat, Mar 06, 2010 at 04:22:34PM -0800, Andrew Morton wrote:
> > Earlier, Johannes wrote
> > 
> > : Humm, now that is a bit disappointing.  Because it means we will never
> > : get rid of bootmem as long as it works for the other architectures. 
> > : And your changeset just added ~900 lines of code, some of it being a
> > : rather ugly compatibility layer in bootmem that I hoped could go away
> > : again sooner than later.
> 
> Whoa!  Who's proposing to get rid of bootmem, and why?

It would be nice if this stuff was copied to linux-arch since it
impacts all architectures.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: please don't apply : bootmem: avoid DMA32 zone by default
  2010-03-07  9:16               ` Russell King
@ 2010-03-07  9:16                 ` Russell King
  0 siblings, 0 replies; 5+ messages in thread
From: Russell King @ 2010-03-07  9:16 UTC (permalink / raw)
  To: Paul Mackerras
  Cc: Andrew Morton, Yinghai Lu, Greg Thelen, H. Peter Anvin,
	Thomas Gleixner, Ingo Molnar, Johannes Weiner, linux-mm,
	linux-kernel, linux-arch

On Sun, Mar 07, 2010 at 12:03:27PM +1100, Paul Mackerras wrote:
> On Sat, Mar 06, 2010 at 04:22:34PM -0800, Andrew Morton wrote:
> > Earlier, Johannes wrote
> > 
> > : Humm, now that is a bit disappointing.  Because it means we will never
> > : get rid of bootmem as long as it works for the other architectures. 
> > : And your changeset just added ~900 lines of code, some of it being a
> > : rather ugly compatibility layer in bootmem that I hoped could go away
> > : again sooner than later.
> 
> Whoa!  Who's proposing to get rid of bootmem, and why?

It would be nice if this stuff was copied to linux-arch since it
impacts all architectures.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

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

end of thread, other threads:[~2010-03-07  9:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <49b004811003041321g2567bac8yb73235be32a27e7c@mail.gmail.com>
     [not found] ` <20100305032106.GA12065@cmpxchg.org>
     [not found]   ` <49b004811003042117n720f356h7e10997a1a783475@mail.gmail.com>
     [not found]     ` <4B915074.4020704@kernel.org>
     [not found]       ` <4B916BD6.8010701@kernel.org>
     [not found]         ` <4B91EBC6.6080509@kernel.org>
     [not found]           ` <20100306162234.e2cc84fb.akpm@linux-foundation.org>
2010-03-07  1:03             ` please don't apply : bootmem: avoid DMA32 zone by default Paul Mackerras
2010-03-07  1:03               ` Paul Mackerras
2010-03-07  1:48               ` Stephen Rothwell
2010-03-07  9:16               ` Russell King
2010-03-07  9:16                 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox