haiku/headers/private/kernel/vm
Augustin Cavalier bf77c15232 kernel/vm: Correct virtual function declarations.
The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f591),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
2017-12-02 21:42:50 -05:00
..
vm_page.h Add vm_page_free_etc() 2014-10-29 02:36:08 +01:00
vm_priv.h
vm_types.h Remove remaining unnecessary 'volatile' qualifiers 2013-11-06 00:03:07 +01:00
vm.h Merge branch 'scheduler' 2014-01-17 04:06:15 +01:00
VMAddressSpace.h Allow disabling ASLR via DISABLE_ASLR environment variable 2013-12-01 02:51:50 +01:00
VMArea.h kernel: Correct class/struct mixups. 2017-12-01 20:27:15 -05:00
VMCache.h kernel/vm: Correct virtual function declarations. 2017-12-02 21:42:50 -05:00
VMTranslationMap.h Add KDL command "mapping" 2013-12-05 05:13:21 +01:00