[ARM hibernation ] How to deal with PMem in android during hibernation ?
wang leileis <[email protected]>
| Newsgroups | gmane.linux.swsusp.devel |
|---|---|
| Message-ID | <CAAZcsY=po3y-L_mAmurOOUNEr69oaLXMB8Ed0J8wxx03vA9pig@mail.gmail.com> |
HI , I'm working on hibernation of android in i.MX53 platform. And I add this patch into kernel source from this link: http://www.spinics.net/lists/arm-kernel/msg108560.html At last, I find that this patch can not resume all of alloced memory form PMem after resume for disk. As we know, android add the new driver PMem into kernel. And android's MM(memory manager) can not find and control alloced memory of PMem. Maybe TOI's patch can deal with this issue. is it really? And how to implement ? Thanks, Ryan