Changeset a1b9f63 in mainline for kernel/arch/ia32/src/vreg.c
- Timestamp:
- 2018-08-31T10:32:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6bf5b8c
- Parents:
- b1834a01
- git-author:
- Jakub Jermar <jakub@…> (2018-08-31 09:54:11)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-31 10:32:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/vreg.c
rb1834a01 ra1b9f63 67 67 panic("Cannot allocate VREG frame."); 68 68 69 page = (uint32_t *) km_map(frame, PAGE_SIZE, 69 page = (uint32_t *) km_map(frame, PAGE_SIZE, PAGE_SIZE, 70 70 PAGE_READ | PAGE_WRITE | PAGE_USER | PAGE_CACHEABLE); 71 71
Note:
See TracChangeset
for help on using the changeset viewer.