blob: cc4a5e3f51f14bf2c3557e0971ab07d2d5c3e9f8 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +10002/*
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +10003 * 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
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +100010 */
11
Paul Gortmakercab2e052011-07-22 15:07:20 -040012#include <linux/export.h>
13#include <linux/cache.h>
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +100014
15#include <asm/firmware.h>
16
Anton Blanchard0b9612c2010-02-07 13:07:36 +000017unsigned long powerpc_firmware_features __read_mostly;
Michael Ellermand0160bf2006-03-27 14:26:25 +110018EXPORT_SYMBOL_GPL(powerpc_firmware_features);