Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / arch / powerpc / kernel / firmware.c
CommitLineData
2874c5fd 1// SPDX-License-Identifier: GPL-2.0-or-later
8d15a3e5 2/*
8d15a3e5
SR
3 * Extracted from cputable.c
4 *
5 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
6 *
7 * Modifications for ppc64:
8 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
9 * Copyright (C) 2005 Stephen Rothwell, IBM Corporation
8d15a3e5
SR
10 */
11
cab2e052
PG
12#include <linux/export.h>
13#include <linux/cache.h>
8d15a3e5
SR
14
15#include <asm/firmware.h>
16
0b9612c2 17unsigned long powerpc_firmware_features __read_mostly;
d0160bf0 18EXPORT_SYMBOL_GPL(powerpc_firmware_features);