Skip to content

Commit

Permalink
soc/intel/common/block/acpi: Change __attribute__((weak)) to __weak
Browse files Browse the repository at this point in the history
Change-Id: I9ecd81ffaa48dbed225a23900704b259569cb7c8
Signed-off-by: Elyes Haouas <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77527
Reviewed-by: Eric Lai <[email protected]>
Reviewed-by: Felix Singer <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
  • Loading branch information
ElyesH authored and Felix Singer committed Sep 6, 2023
1 parent 8ba64cd commit feb683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soc/intel/common/block/acpi/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void generate_p_state_entries(int core, int cores_per_package)
acpigen_pop_len();
}

__attribute__ ((weak)) acpi_tstate_t *soc_get_tss_table(int *entries)
__weak acpi_tstate_t *soc_get_tss_table(int *entries)
{
*entries = 0;
return NULL;
Expand Down

0 comments on commit feb683d

Please sign in to comment.