Hi,

I want allocate non-cacheable physical memory for usage in the driver,
(ie. I don't want the data being cached into the CPU's data cache when
the data are accessed)
how could I do this?

there are functions like kmalloc(), get_free_pages, vmalloc, etc,
but how could specify the data is NOT cacheable when call these
functions?

Thanks!

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to