1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Extracted from cputable.c 4 * 5 * Copyright (C) 2001 Ben. Herrenschmidt ([email protected]) 6 * 7 * Modifications for ppc64: 8 * Copyright (C) 2003 Dave Engebretsen <[email protected]> 9 * Copyright (C) 2005 Stephen Rothwell, IBM Corporation 10 */ 11 12 #include <linux/export.h> 13 #include <linux/cache.h> 14 15 #include <asm/firmware.h> 16 17 unsigned long powerpc_firmware_features __read_mostly; 18 EXPORT_SYMBOL_GPL(powerpc_firmware_features); 19