Changeset 056ddc30 in mainline
- Timestamp:
- 2011-11-26T17:04:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40c8c17
- Parents:
- 1c01e6c
- Location:
- kernel/arch/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/mm/page.h
r1c01e6c r056ddc30 57 57 58 58 /* Firmware area (bellow 4GB in phys mem) */ 59 #define FW_OFFSET 0x00000000F0000000 59 #define FW_OFFSET 0x00000000F0000000 // FIXME: [non-ident] 60 60 /* Legacy IO space */ 61 #define IO_OFFSET 0x0001000000000000 61 #define IO_OFFSET 0x0001000000000000 // FIXME: [non-ident] 62 62 /* Videoram - now mapped to 0 as VGA text mode vram on 0xb8000 */ 63 #define VIO_OFFSET 0x0002000000000000 63 #define VIO_OFFSET 0x0002000000000000 // FIXME: [non-ident] 64 64 65 65 -
kernel/arch/ia64/src/start.S
r1c01e6c r056ddc30 38 38 #define KERNEL_TRANSLATION_I 0x0010000000000661 39 39 #define KERNEL_TRANSLATION_D 0x0010000000000661 40 #define KERNEL_TRANSLATION_VIO 0x0010000000000671 41 #define KERNEL_TRANSLATION_IO 0x00100FFFFC000671 42 #define KERNEL_TRANSLATION_FW 0x00100000F0000671 40 #define KERNEL_TRANSLATION_VIO 0x0010000000000671 // FIXME: [non-ident] 41 #define KERNEL_TRANSLATION_IO 0x00100FFFFC000671 // FIXME: [non-ident] 42 #define KERNEL_TRANSLATION_FW 0x00100000F0000671 // FIXME: [non-ident] 43 43 44 44 .section K_TEXT_START, "ax"
Note:
See TracChangeset
for help on using the changeset viewer.