cosmetic fix for function definition.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4033 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5d01ec0f80
commit
decdb3c647
|
@ -82,7 +82,8 @@ unsigned long acpi_fill_madt(unsigned long current)
|
|||
return current;
|
||||
}
|
||||
|
||||
unsigned long acpi_fill_ssdt_generator(unsigned long current, char *oem_table_id) {
|
||||
unsigned long acpi_fill_ssdt_generator(unsigned long current, char *oem_table_id)
|
||||
{
|
||||
k8acpi_write_vars();
|
||||
amd_model_fxx_generate_powernow(0, 0, 0);
|
||||
return (unsigned long) (acpigen_get_current());
|
||||
|
|
Loading…
Reference in New Issue