diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-09-17 10:59:42 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-19 10:35:09 +0000 |
commit | 892af1801f01adfebe97a63200bcc8d1b36e88ba (patch) | |
tree | b612d5273cf722ebd9720ec51aebd5b9b5d4a536 | |
parent | d34a785b4912febb2c3085acb400b843859c49a6 (diff) |
arch/arm/include/armv7/arch: Remove dead code
Change-Id: Id3199d130825a5f796108ae45ce965325511ce8b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28646
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r-- | src/arch/arm/include/armv7/arch/cpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/arm/include/armv7/arch/cpu.h b/src/arch/arm/include/armv7/arch/cpu.h index 18d86e0969..22b3fb443d 100644 --- a/src/arch/arm/include/armv7/arch/cpu.h +++ b/src/arch/arm/include/armv7/arch/cpu.h @@ -28,16 +28,6 @@ struct cpu_driver { const struct cpu_device_id *id_table; }; -struct thread; - -struct cpu_info { - device_t cpu; - unsigned long index; -#if IS_ENABLED(CONFIG_COOP_MULTITASKING) - struct thread *thread; -#endif -}; - struct cpuinfo_arm { uint8_t arm; /* CPU family */ uint8_t arm_vendor; /* CPU vendor */ |