diff options
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r-- | sys/amd64/include/pmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 0c667ad..e199eed 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -147,7 +147,7 @@ typedef u_int32_t pt_entry_t; #ifdef _KERNEL extern pt_entry_t PTmap[], APTmap[]; extern pd_entry_t PTD[], APTD[]; -extern pd_entry_t PTDpde, APTDpde; +extern pd_entry_t PTDpde[], APTDpde[]; extern pd_entry_t *IdlePTD; /* physical address of "Idle" state directory */ #endif |