blob: 9f18039c32c5880fc36156bd4821e1672efee1c1 [file] [log] [blame]
Angel Pons5f1bf2f2020-04-03 01:21:16 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Tobias Diedriche87c38e2010-11-27 09:40:16 +00003
4#include <arch/acpi.h>
5
Tobias Diedriche87c38e2010-11-27 09:40:16 +00006unsigned long acpi_fill_madt(unsigned long current)
7{
8 /* mainboard has no ioapic */
9 return current;
10}