Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79959
b: refs/heads/master
c: 70fd93c
h: refs/heads/master
i:
  79957: 7bf8a68
  79955: b34670d
  79951: 0369b37
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 211f938 commit af0cbbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21db5584f955652a6e34afa7d3dbd72dd6c82a89
refs/heads/master: 70fd93c9d9e07dd2ea4465df76a0ddd414fd21ac
6 changes: 6 additions & 0 deletions trunk/arch/x86/kernel/x8664_ksyms_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/desc.h>

EXPORT_SYMBOL(kernel_thread);

Expand Down Expand Up @@ -53,3 +54,8 @@ EXPORT_SYMBOL(init_level4_pgt);
EXPORT_SYMBOL(load_gs_index);

EXPORT_SYMBOL(_proxy_pda);

#ifdef CONFIG_PARAVIRT
/* Virtualized guests may want to use it */
EXPORT_SYMBOL_GPL(cpu_gdt_descr);
#endif

0 comments on commit af0cbbc

Please sign in to comment.