Changeset 6f878b7 in mainline for arch/amd64/include/mm/page.h


Ignore:
Timestamp:
2005-08-30T15:06:03Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9387ea
Parents:
1e9a463
Message:

AMD64 now can switch into long mode.
Basic page tables working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/mm/page.h

    r1e9a463 r6f878b7  
    3333#include <arch/mm/frame.h>
    3434#include <arch/types.h>
     35#include <arch/mm/ptl.h>
    3536
    3637#define PAGE_SIZE       FRAME_SIZE
    37 
    38 #define KA2PA(x)        (((__address) (x)) + 0x80000000)
    39 #define PA2KA(x)        (((__address) (x)) - 0x80000000)
    4038
    4139#define PTL0_INDEX_ARCH(vaddr)          0
Note: See TracChangeset for help on using the changeset viewer.