commit | 7e225efab74b700a046621a7304cb6d4ff7c0c2a | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Jul 08 17:08:30 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Sep 17 20:05:22 2024 -0400 |
tree | c1a644fcb0fd178e2e762eeb6592b995306f1c21 | |
parent | c9f7b512da0b63f95ebc412b4251754195c8355b [diff] |
arch: initialize irq_offload during boot, do not use SYS_INIT Do not use SYS_INIT for initializing irq_offload when enabled, instead using a new interface that is called during the boot process for all architectures. Signed-off-by: Anas Nashif <anas.nashif@intel.com>