blob: 2eae4478f7a1d23b0c4808605c1b0bbaeb460e06 [file] [log] [blame]
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +10001/*
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +10002 * Extracted from cputable.c
3 *
4 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
5 *
6 * Modifications for ppc64:
7 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
8 * Copyright (C) 2005 Stephen Rothwell, IBM Corporation
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 */
15
Paul Gortmakercab2e052011-07-22 15:07:20 -040016#include <linux/export.h>
17#include <linux/cache.h>
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +100018
19#include <asm/firmware.h>
20
Anton Blanchard0b9612c2010-02-07 13:07:36 +000021unsigned long powerpc_firmware_features __read_mostly;
Michael Ellermand0160bf2006-03-27 14:26:25 +110022EXPORT_SYMBOL_GPL(powerpc_firmware_features);