mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: centralize information on simulate() time reached
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user