* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34089 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005-2006, Axel Dörfler, [email protected]. All rights reserved.
|
||||
* Copyright 2005-2009, Axel Dörfler, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef _KERNEL_ARCH_X86_PAGING_H
|
||||
#define _KERNEL_ARCH_X86_PAGING_H
|
||||
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#include <heap.h>
|
||||
@@ -56,8 +57,8 @@ typedef struct page_directory_entry {
|
||||
|
||||
|
||||
struct vm_translation_map_arch_info : DeferredDeletable {
|
||||
struct page_directory_entry* pgdir_virt;
|
||||
struct page_directory_entry* pgdir_phys;
|
||||
page_directory_entry* pgdir_virt;
|
||||
page_directory_entry* pgdir_phys;
|
||||
TranslationMapPhysicalPageMapper* page_mapper;
|
||||
vint32 ref_count;
|
||||
vint32 active_on_cpus;
|
||||
|
||||
Reference in New Issue
Block a user