Augustin Cavalier bf77c15232 kernel/vm: Correct virtual function declarations.
The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
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
..
2017-11-29 17:19:46 +01:00
2017-06-28 08:51:24 -05:00
2017-11-23 13:00:48 +01:00
2015-08-27 11:51:57 +02:00
2017-11-24 21:35:49 +01:00