> +#ifdef CONFIG_PARAVIRT > +extern unsigned long *cpu_gdt_descr; No externs in .c files Normally they should be where the variable is defined anyways. -Andi - 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/
- Follow-Ups:
- Re: [PATCH 21/25][V3] export cpu_gdt_descr
- From: "Glauber de Oliveira Costa" <[email protected]>
- Re: [PATCH 21/25][V3] export cpu_gdt_descr
- References:
- [PATCH 12/25][V3] turn msr.h functions into native versions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 13/25][V3] add native functions for descriptors handling
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 14/25][V3] get rid of inline asm for load_cr3
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 15/25][V3] introducing paravirt_activate_mm
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 16/25][V3] turn page operations into native versions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 17/25][V3] introduce paravirt_release_pgd()
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 18/25][V3] turn priviled operations into macros in entry.S
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 20/25][V3] replace syscall_init
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 21/25][V3] export cpu_gdt_descr
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 12/25][V3] turn msr.h functions into native versions
- Prev by Date: Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
- Next by Date: Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
- Previous by thread: [PATCH 25/25][V3] add paravirtualization support for x86_64
- Next by thread: Re: [PATCH 21/25][V3] export cpu_gdt_descr
- Index(es):