diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-06 09:07:33 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-06 09:07:33 +0300 |
commit | 054838bc019c90511d034fb796dc8c7715460fc2 (patch) | |
tree | a04b9fa86e3cfb8adb285fcd33bd47983f75d8fb /arch/x86/purgatory/setup-x86_64.S | |
parent | d597580d373774b1bdab84b3d26ff0b55162b916 (diff) | |
parent | fc69910f329d61821897871e0e957eda39beb3d8 (diff) | |
download | linux-054838bc019c90511d034fb796dc8c7715460fc2.tar.xz |
Merge commit 'fc69910f329d' into uaccess.mips
backmerge of a build fix from mainline
Diffstat (limited to 'arch/x86/purgatory/setup-x86_64.S')
-rw-r--r-- | arch/x86/purgatory/setup-x86_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/purgatory/setup-x86_64.S b/arch/x86/purgatory/setup-x86_64.S index fe3c91ba1bd0..f90e9dfa90bb 100644 --- a/arch/x86/purgatory/setup-x86_64.S +++ b/arch/x86/purgatory/setup-x86_64.S @@ -9,6 +9,7 @@ * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ +#include "purgatory.h" .text .globl purgatory_start |