]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: extract shadow PTE walking / allocating.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 04:40:39 +0000 (14:10 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 06:14:47 +0000 (15:44 +0930)
commit9c2af05a38928d154fbd6898d7abf1fa018b2471
treef2a7b84741ce7c21b818a2da9873d7eef0b92307
parent87e848f4c976bcab2b3b12a61ea26a985ab3c4f0
lguest: extract shadow PTE walking / allocating.

We want a separate find_pte() function so we can call it for populating the
switcher PTE entries.

We can also use it in page_writable().

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/page_tables.c