Changeset 2802767 in mainline for arch


Ignore:
Timestamp:
2006-03-22T22:26:49Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9aa72b4
Parents:
d2ab461
Message:

Small PTE_* macros and SET_PTL0_ADDRESS macro changes.

Location:
arch
Files:
2 edited

Legend:

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

    rd2ab461 r2802767  
    4141/** Bit width of the TLB-locked portion of kernel address space. */
    4242#define KERNEL_PAGE_WIDTH       28      /* 256M */
    43 
    44 #define SET_PTL0_ADDRESS_ARCH(x)        /**< To be removed as situation permits. */
    4543
    4644#define PPN_SHIFT                       12
  • arch/sparc64/include/mm/page.h

    rd2ab461 r2802767  
    4444#define PA2KA(x)        ((__address) (x))
    4545
    46 #define SET_PTL0_ADDRESS_ARCH(x)        /**< To be removed as situation permits. */
    47 
    4846union page_address {
    4947        __address address;
Note: See TracChangeset for help on using the changeset viewer.