lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 24 Mar 2008 15:44:13 -0700
From:	"Yinghai Lu" <yhlu.kernel@...il.com>
To:	"Glauber Costa" <gcosta@...hat.com>
Cc:	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
	glommer@...il.com, mingo@...e.hu, tglx@...utronix.de
Subject: Re: [PATCH 2/2] move apic declarations to mach_apic.h

On Mon, Mar 24, 2008 at 12:52 PM, Glauber Costa <gcosta@...hat.com> wrote:
> take them out of the x86_64-specific asm/mach_apic.h
>
>  Signed-off-by: Glauber Costa <gcosta@...hat.com>
>  ---
>   arch/x86/kernel/apic_64.c                |    2 -
>   arch/x86/kernel/io_apic_64.c             |    2 -
>   arch/x86/kernel/setup_64.c               |    2 -
>   include/asm-x86/mach-default/mach_apic.h |   80 ++++++++++++++++--------------
>   include/asm-x86/mach_apic.h              |   26 ----------
>   5 files changed, 46 insertions(+), 66 deletions(-)
>
>  diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
>  index 206278f..7dd6250 100644
>  --- a/arch/x86/kernel/apic_64.c
>  +++ b/arch/x86/kernel/apic_64.c
>  @@ -34,7 +34,6 @@ #include <asm/mtrr.h>
>   #include <asm/mpspec.h>
>   #include <asm/hpet.h>
>   #include <asm/pgalloc.h>
>  -#include <asm/mach_apic.h>
>   #include <asm/nmi.h>
>   #include <asm/idle.h>
>   #include <asm/proto.h>
>  @@ -42,6 +41,7 @@ #include <asm/timex.h>
>   #include <asm/apic.h>
>
>   #include <mach_ipi.h>
>  +#include <mach_apic.h>

good. include/asm-x86/mach_apic.h is gone.

YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ