Changeset 8b4d6cb in mainline for kernel/arch/ia64/include/mm/page.h


Ignore:
Timestamp:
2009-01-03T15:33:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b70a6e
Parents:
fb69f39
Message:

More of ia64 cleanup.

File:
1 edited

Legend:

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

    rfb69f39 r8b4d6cb  
    5252
    5353
    54 
    55 /** Staticly mapped IO spaces - offsets to 0xe...00 of virtual adresses
    56 becauce of "minimal virtual bits implemented is 51"
    57 it is possible to have here values up to 0x0007000000000000
    58 */
     54/*
     55 * Statically mapped IO spaces - offsets to 0xe...00 of virtual addresses
     56 * because of "minimal virtual bits implemented is 51" it is possible to
     57 * have values up to 0x0007000000000000
     58 */
    5959
    6060/* Firmware area (bellow 4GB in phys mem) */
     
    6262/* Legacy IO space */
    6363#define IO_OFFSET             0x0001000000000000
    64 /* Videoram - now mapped to 0 as VGA text mode vram on 0xb8000*/
     64/* Videoram - now mapped to 0 as VGA text mode vram on 0xb8000 */
    6565#define VIO_OFFSET            0x0002000000000000
    66 
    67 
    6866
    6967
     
    8280#define REGION_REGISTERS                8
    8381
    84 #define KA2PA(x)        ((uintptr_t) (x-(VRN_KERNEL<<VRN_SHIFT)))
    85 #define PA2KA(x)        ((uintptr_t) (x+(VRN_KERNEL<<VRN_SHIFT)))
     82#define KA2PA(x)        ((uintptr_t) (x - (VRN_KERNEL << VRN_SHIFT)))
     83#define PA2KA(x)        ((uintptr_t) (x + (VRN_KERNEL << VRN_SHIFT)))
    8684
    8785#define VHPT_WIDTH                      20      /* 1M */
Note: See TracChangeset for help on using the changeset viewer.