Use the right way to handle the none_present page and the swaped out page
commit4d9243c9c189b4772e0d364496011bb110c03adb
authorYuanhan Liu <Aleaxander@gmail.com>
Fri, 16 Oct 2009 01:39:45 +0000 (16 09:39 +0800)
committerYuanhan Liu <Aleaxander@gmail.com>
Fri, 16 Oct 2009 01:39:45 +0000 (16 09:39 +0800)
treec29c9c2fd180729bf4ec74886e8f813d70d71bf7
parent17b14ca810d0d05bf6a778d320653a0cfadec169
Use the right way to handle the none_present page and the swaped out page

In kernel 2.6.56.6, we can just call handle_pte_fault, it can handle it
correctly(at least for now). While, you should omit the 'static' statement
in mm/memory.c to let the Kbuild dump the handle_pte_fault symbol out for
the compiling.

Signed-off-by: Yuanhan Liu <Aleaxander@gmail.com>
src/Makefile
src/ckpt.c
src/ckpt.h