From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932175AbdLTW3o (ORCPT ); Wed, 20 Dec 2017 17:29:44 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:53679 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755686AbdLTW3n (ORCPT ); Wed, 20 Dec 2017 17:29:43 -0500 Date: Wed, 20 Dec 2017 23:29:34 +0100 (CET) From: Thomas Gleixner To: LKML cc: x86@kernel.org, Linus Torvalds , Andy Lutomirsky , Peter Zijlstra , Dave Hansen , Borislav Petkov , Greg KH , keescook@google.com, hughd@google.com, Brian Gerst , Josh Poimboeuf , Denys Vlasenko , Rik van Riel , Boris Ostrovsky , Juergen Gross , David Laight , Eduardo Valentin , aliguori@amazon.com, Will Deacon , Vlastimil Babka , daniel.gruss@iaik.tugraz.at Subject: Re: [patch V181 21/54] x86/cpu_entry_area: Move it to a separate unit In-Reply-To: <20171220215442.337995351@linutronix.de> Message-ID: References: <20171220213503.672610178@linutronix.de> <20171220215442.337995351@linutronix.de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Dec 2017, Thomas Gleixner wrote: > +++ b/arch/x86/mm/cpu_entry_area.c > @@ -0,0 +1,102 @@ > +// SPDX-License-Identifier: GPL-2.0 > + Lacks an #include as 0-day noticed.... > +#include > +#include > +#include > +#include > +#include Thanks, tglx