linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Pantelis Antoniou <pantelis.antoniou@gmail.com>
To: linuxppc-embedded@ozlabs.org
Cc: Andrew Morton <akpm@osdl.org>,
	jes@trained-monkey.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC] genalloc != generic DEVICE memory allocator
Date: Thu, 22 Dec 2005 18:09:52 +0200	[thread overview]
Message-ID: <200512221809.53360.pantelis.antoniou@gmail.com> (raw)
In-Reply-To: <43AAC9E8.2060105@varma-el.com>

>

[snip]

> I'm sure lib/ will be appropriate place. and something like
> "DON'T TRY REINVENT WHEEL, TRY FIX EXISTS" in documentation/ :).
> 
> Now couple word about rheap: I understand why you are use static
> alignment in allocator, but its very specialized for CPM. IMO, align
> must be a param of xx_alloc. For ex: device may demand alignment by
> 8 bytes, which ok until... you are try map this memory to the user
> space (don't shoot at me, remember about framebuffer & co).
>

It is trivial to align to a given alignment in a call. Please search
the archives since this was needed for CPM2 and I've committed a patch.

As for mapping user space, since rheap only deals with addresses and never
touches the memory it's supposed to control, you can do pretty much everything.

I still don't understand what are you trying to do however.

Mind explaining?
 
> -- 
> Regards
> Andrey Volkov
>

Regards

Pantelis

  reply	other threads:[~2005-12-22 15:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21 17:23 [RFC] genalloc != generic DEVICE memory allocator Andrey Volkov
2005-12-22  8:38 ` Pantelis Antoniou
2005-12-22 13:48   ` Andrey Volkov
2005-12-22 14:15     ` Pantelis Antoniou
2005-12-22 15:44       ` Andrey Volkov
2005-12-22 16:09         ` Pantelis Antoniou [this message]
     [not found] ` <43A9B2F1.8090402@246tNt.com>
2005-12-22 13:41   ` Andrey Volkov
2005-12-22 15:37 ` Jes Sorensen
2005-12-22 18:18   ` Andrey Volkov
2005-12-22 18:33     ` Pantelis Antoniou
2005-12-23  7:38       ` Andrey Volkov
2005-12-23  7:46         ` Pantelis Antoniou
2005-12-23 10:17           ` Andrey Volkov
2005-12-23 10:59     ` Jes Sorensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200512221809.53360.pantelis.antoniou@gmail.com \
    --to=pantelis.antoniou@gmail.com \
    --cc=akpm@osdl.org \
    --cc=jes@trained-monkey.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).