blob: d740ee1c5a89810835145a107457672098a45e22 [file] [log] [blame]
Tobias Diedriche87c38e2010-11-27 09:40:16 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2010 Tobias Diedrich <ranma+coreboot@tdiedrich.de>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Tobias Diedriche87c38e2010-11-27 09:40:16 +000014 */
15
16#include <arch/acpi.h>
17
Tobias Diedriche87c38e2010-11-27 09:40:16 +000018unsigned long acpi_fill_madt(unsigned long current)
19{
20 /* mainboard has no ioapic */
21 return current;
22}