diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-08 22:23:54 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-09 21:32:15 +0000 |
commit | dd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7 (patch) | |
tree | d17a8cc4e58991bb9cc316883ffc48c3fc226618 /src/soc/amd/picasso/include | |
parent | cf6dc7d3a147ef39de84e33d2ce43c103a6b831b (diff) | |
download | coreboot-dd2f3fa533eb8f7537aa480b20d9bbf61f01d6a7.tar.xz |
soc/amd/picasso/cpu: move get_cpu_count to common code
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I0690787f492d764a20a4219822eb10fb5cd86de0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50406
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r-- | src/soc/amd/picasso/include/soc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/cpu.h b/src/soc/amd/picasso/include/soc/cpu.h index 3f6cd247c2..79d5cc6536 100644 --- a/src/soc/amd/picasso/include/soc/cpu.h +++ b/src/soc/amd/picasso/include/soc/cpu.h @@ -3,7 +3,6 @@ #ifndef AMD_PICASSO_CPU_H #define AMD_PICASSO_CPU_H -int get_cpu_count(void); void check_mca(void); #define RAVEN1_B0_CPUID 0x00810f10 |