Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343455
b: refs/heads/master
c: 8043e49
h: refs/heads/master
i:
  343453: 9c63296
  343451: 59604fb
  343447: dbcfbd3
  343439: 640dbbc
  343423: 2d9d1ee
v: v3
  • Loading branch information
Scott Wood authored and Alexander Graf committed Oct 5, 2012
1 parent 0cdc4f6 commit f68960b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1340f3e8871b9f35b39c33d0140383c6c6c1f005
refs/heads/master: 8043e494da644ec174f7df0b67f88ccf8777a1ce
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kernel/ppc_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <asm/dcr.h>
#include <asm/ftrace.h>
#include <asm/switch_to.h>
#include <asm/epapr_hcalls.h>

#ifdef CONFIG_PPC32
extern void transfer_to_handler(void);
Expand Down Expand Up @@ -192,3 +193,7 @@ EXPORT_SYMBOL(__arch_hweight64);
#ifdef CONFIG_PPC_BOOK3S_64
EXPORT_SYMBOL_GPL(mmu_psize_defs);
#endif

#ifdef CONFIG_EPAPR_PARAVIRT
EXPORT_SYMBOL(epapr_hypercall_start);
#endif

0 comments on commit f68960b

Please sign in to comment.