soc/intel: Remove unused pointer argument in mca_configure()
Change-Id: Iad3982d9db07a1f17ac39e87ff9c37956e40c258 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32616 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: David Guckian Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
7196be433e
commit
f91344cd07
7 changed files with 7 additions and 7 deletions
|
|
@ -300,7 +300,7 @@ uint32_t cpu_get_max_turbo_ratio(void)
|
|||
return msr.lo & 0xff;
|
||||
}
|
||||
|
||||
void mca_configure(void *unused)
|
||||
void mca_configure(void)
|
||||
{
|
||||
msr_t msr;
|
||||
int i;
|
||||
|
|
|
|||
|
|
@ -159,6 +159,6 @@ uint32_t cpu_get_power_max(void);
|
|||
uint32_t cpu_get_max_turbo_ratio(void);
|
||||
|
||||
/* Configure Machine Check Architecture support */
|
||||
void mca_configure(void *unused);
|
||||
void mca_configure(void);
|
||||
|
||||
#endif /* SOC_INTEL_COMMON_BLOCK_CPULIB_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue