Changeset 59e4864 in mainline for kernel/arch/ia64/include/mm/page.h
- Timestamp:
- 2008-11-11T08:00:42Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3c4a26
- Parents:
- a2a5529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/mm/page.h
ra2a5529 r59e4864 47 47 #define KERNEL_PAGE_WIDTH 28 /* 256M */ 48 48 #define IO_PAGE_WIDTH 26 /* 64M */ 49 #define FW_PAGE_WIDTH 28 /* 256M */ 50 51 /** Staticly mapped IO spaces */ 52 53 /* Firmware area (bellow 4GB in phys mem) */ 54 #define FW_OFFSET 0x00000000F0000000 55 /* Legacy IO space */ 56 #define IO_OFFSET 0x0001000000000000 57 /* Videoram - now mapped to 0 as VGA text mode vram on 0xb8000*/ 58 #define VIO_OFFSET 0x0002000000000000 59 60 49 61 50 62
Note:
See TracChangeset
for help on using the changeset viewer.