mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Changed the way vm_object_print() was defined.
Now it is switched off or on by comments rather than a single #define
This commit is contained in:
@@ -234,6 +234,7 @@ struct vm_file *vm_file_create(void);
|
||||
int vm_file_delete(struct vm_file *f);
|
||||
int vm_object_delete(struct vm_object *vmo);
|
||||
void vm_object_print(struct vm_object *vmo);
|
||||
void vm_object_print1(struct vm_object *vmo);
|
||||
|
||||
/* Used for pre-faulting a page from mm0 */
|
||||
int prefault_page(struct tcb *task, unsigned long address,
|
||||
|
||||
Reference in New Issue
Block a user