public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Allocating 16MB aligned phsyical memory
@ 2002-12-11  9:23 Felix Domke
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Domke @ 2002-12-11  9:23 UTC (permalink / raw)
  To: linux-kernel

Hi,

i'm almost a newbie to kernel hacking, and i'm currently writing a driver
for some powerpc-based chipset by IBM (STBxxxx), using the
2.4.xx-linuxppc_devel kernel.

Some On-Chip-Devices require a very strict alignment of memory. For example,
one function (mpeg2 transport demuxer) require that all (32) queues (each of
them about 32kb) reside in one 16MB region, each of them not crossing 1MB
boundary.

At the moment, i'm reserving a 16MB space of ram for which i made an own
allocater. needless to say that this sucks. So now i'm searching for a way
to allocate physical-mapped, contiguous, aligned (at 2^24 bytes) memory. I
already tried to understand __get_free_pages, map_page and the
powerpc-specific "consistent_alloc", but i couldn't think of enforcing the
alignments. I don't want to allocate 16MB more memory just for the
alignment.

I know that allocating 16MB-aligned memory isn't nice. But the other choice
is to completely reserve 16MB of RAM, which isn't nice either, since i only
need ~2MB of them.

Can anybody give me a hint how to do this?

felix domke


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

end of thread, other threads:[~2002-12-11 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1039599127.17111.linux-kernel2news@redhat.com>
2002-12-11 22:43 ` Allocating 16MB aligned phsyical memory Pete Zaitcev
2002-12-11  9:23 Felix Domke

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