Changeset 89344d85 in mainline for arch/amd64/include/mm/page.h


Ignore:
Timestamp:
2005-09-03T00:19:23Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36b209a
Parents:
e4a6dda
Message:

Changes, that were needed to make it work on Bochs.

  • We CAN use the NX bit in paging tables, but we have

to initialize the NXE bit in EFER register first.

File:
1 edited

Legend:

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

    re4a6dda r89344d85  
    4343#else
    4444# define KA2PA(x)      ((x) + 0x80000000)
    45 //# define PA2KA(x)      ((x)) - 0x80000000)
     45# define PA2KA(x)      ((x) - 0x80000000)
    4646#endif
    4747
Note: See TracChangeset for help on using the changeset viewer.