> How do I allocate a non-cached/non-buffered chunk of
> memory in the kernel ?? (an equivalent of kmalloc)

There is no direct equivalent.  In 2.3 kernels, see the routines in 
arch/arm/mm/consistent.c.  For 2.2 you will probably have to provide your own 
implementation using __get_free_page and __ioremap.

p.



unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to