search for: b3edbeea3e79

Displaying 1 result from an estimated 1 matches for "b3edbeea3e79".

2007 Mar 15
0
[PATCH] Add two arch hooks to gnttab_release_mappings()
Add two arch hooks to gnttab_release_mappings(). The c/s 8409:b3edbeea3e79 changed gnttab_release_mappings() such that it doesn''t put page/type reference count because it is done implicitly when page table is destructed. It is x86 specific issue and it isn''t the case for ia64 and powerpc. Introduce two arch hook to address it. Notes on powerpc. I checke...