* Glauber de Oliveira Costa <[email protected]> wrote: > diff --git a/include/asm-x86/ldt.h b/include/asm-x86/ldt.h > index 20c5972..49013fd 100644 > --- a/include/asm-x86/ldt.h > +++ b/include/asm-x86/ldt.h > @@ -5,6 +5,7 @@ > */ > #ifndef _ASM_X86_LDT_H > #define _ASM_X86_LDT_H > +#include <asm/desc_defs.h> this breaks CONFIG_HEADERS_CHECK=y, because asm/desc_defs.h is not an exported header. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/19] desc_struct integration
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 01/19] unify desc_struct
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 02/19] unify struct desc_ptr
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 03/19] change gdt acessor macro name
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 04/19] removed unused variable
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 05/19] introduce gate_desc type.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 06/19] change write_idt_entry signature
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 07/19] introduce ldt_desc type.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 08/19] modify write_ldt function
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 09/19] introduce fill_ldt
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 0/19] desc_struct integration
- Prev by Date: Re: A peek at the future of storage
- Next by Date: Re: [PATCH -mm -v2] x86 boot : export boot_params via sysfs
- Previous by thread: [PATCH 19/19] unify set_tss_desc
- Next by thread: Re: [PATCH 0/19] desc_struct integration
- Index(es):