gem5: centralize information on simulate() time reached

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-25 00:00:00 +00:00
parent 402059ed22
commit 6f5a1a3e83
6 changed files with 138 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
#ifndef LKMC_BOARD_H
#define LKMC_BOARD_H
#if LKMC_GEM5
#else
# define QEMU_VIRT_GIC_BASE (0x08000000)
# define QEMU_VIRT_GIC_INT_MAX (64)
# define QEMU_VIRT_GIC_PRIO_MAX (16)
@@ -21,4 +19,3 @@
# define GIC_PRI_MASK (0x0f)
# define TIMER_IRQ (27) /** Timer IRQ */
#endif
#endif