diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 13:58:56 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 20:53:30 +0100 |
commit | cd6d281fbee4de59aad1e76f1ed9afeb19ce9a0b (patch) | |
tree | 4c4aac8a2cc3ff1a2f3326ed260fb258d3f867e3 /src/include/cpu/cpu.h | |
parent | c895b7def185ddb623bbcc531048d4d936b814b7 (diff) | |
download | coreboot-cd6d281fbee4de59aad1e76f1ed9afeb19ce9a0b.tar.xz |
CPU: Move SMM prototypes under x86
Change-Id: Iefbc17dcfcf312338d94b2c2945c7fac3b23bff6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17732
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/cpu/cpu.h')
-rw-r--r-- | src/include/cpu/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index bf622d75d6..3256a83ec6 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -9,10 +9,6 @@ struct bus; void initialize_cpus(struct bus *cpu_bus); void asmlinkage secondary_cpu_init(unsigned int cpu_index); -void smm_init(void); -void smm_lock(void); -void smm_setup_structures(void *gnvs, void *tcg, void *smi1); - #define __cpu_driver __attribute__ ((used,__section__(".rodata.cpu_driver"))) #ifndef __SIMPLE_DEVICE__ /** start of compile time generated pci driver array */ |