setup.c (29583dfcd2dd72c766422bd05c16f06c6b1fb356) setup.c (538eafc6deae12fbac5f277b89aa139b812bca49)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
4 *
5 * Derived from MIPS:
6 * Copyright (C) 1995 Linus Torvalds
7 * Copyright (C) 1995 Waldorf Electronics
8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle

--- 243 unchanged lines hidden (view full) ---

252 arch_parse_crashkernel();
253
254#ifdef CONFIG_ACPI_TABLE_UPGRADE
255 acpi_table_upgrade();
256#endif
257#ifdef CONFIG_ACPI
258 acpi_gbl_use_default_register_widths = false;
259 acpi_boot_table_init();
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
4 *
5 * Derived from MIPS:
6 * Copyright (C) 1995 Linus Torvalds
7 * Copyright (C) 1995 Waldorf Electronics
8 * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle

--- 243 unchanged lines hidden (view full) ---

252 arch_parse_crashkernel();
253
254#ifdef CONFIG_ACPI_TABLE_UPGRADE
255 acpi_table_upgrade();
256#endif
257#ifdef CONFIG_ACPI
258 acpi_gbl_use_default_register_widths = false;
259 acpi_boot_table_init();
260 acpi_boot_init();
261#endif
262
263#ifdef CONFIG_NUMA
264 init_numa_memory();
265#endif
266 dmi_setup();
267 smbios_parse();
268 pr_info("The BIOS Version: %s\n", b_info.bios_version);

--- 170 unchanged lines hidden ---
260#endif
261
262#ifdef CONFIG_NUMA
263 init_numa_memory();
264#endif
265 dmi_setup();
266 smbios_parse();
267 pr_info("The BIOS Version: %s\n", b_info.bios_version);

--- 170 unchanged lines hidden ---