Changeset 169 for soft/giet_vm/boot
- Timestamp:
- Jul 17, 2012, 2:39:10 PM (12 years ago)
- Location:
- soft/giet_vm/boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/boot/boot_handler.c
r167 r169 51 51 #include "../sys/mips32_registers.h" 52 52 #include <boot_handler.h> 53 #include <giet_config.h> 53 54 #include <mapping_info.h> 54 55 #include <mwmr_channel.h> … … 612 613 unsigned int vspace_id ) 613 614 { 614 unsigned int pages;615 615 unsigned int vobj_id; 616 616 unsigned int cur_vaddr; -
soft/giet_vm/boot/boot_handler.h
r167 r169 6 6 /////////////////////////////////////////////////////////////////////////////////// 7 7 8 #include <giet_config.h> 9 #include <mapping_info.h> 10 8 11 #ifndef _BOOT_HANDLER_H_ 9 12 #define _BOOT_HANDLER_H_ 10 11 #include <giet_config.h>12 #include <mapping_info.h>13 13 14 14 /////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.