arm-runtime.c (89401be6580eab6419bab1f553144131e7a335dc) | arm-runtime.c (4febfb8dd08b6f8bafc19f3f9e382a477425b578) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Extensible Firmware Interface 3 * 4 * Based on Extensible Firmware Interface Specification version 2.4 5 * 6 * Copyright (C) 2013, 2014 Linaro Ltd. | 2/* 3 * Extensible Firmware Interface 4 * 5 * Based on Extensible Firmware Interface Specification version 2.4 6 * 7 * Copyright (C) 2013, 2014 Linaro Ltd. |
7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. 11 * | |
12 */ 13 14#include <linux/dmi.h> 15#include <linux/efi.h> 16#include <linux/io.h> 17#include <linux/memblock.h> 18#include <linux/mm_types.h> 19#include <linux/preempt.h> --- 159 unchanged lines hidden --- | 8 */ 9 10#include <linux/dmi.h> 11#include <linux/efi.h> 12#include <linux/io.h> 13#include <linux/memblock.h> 14#include <linux/mm_types.h> 15#include <linux/preempt.h> --- 159 unchanged lines hidden --- |