]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'kvm-ppc/kvm-ppc-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 04:22:59 +0000 (14:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 04:23:02 +0000 (14:23 +1000)
1  2 
arch/powerpc/kernel/ppc_ksyms.c

index 786a2700ec2d541d3544d23635b72b40dc75e64b,f6484f2a246cd528e9c29e4556aac211e1f9e4d5..cace14673cce17e6cabac2e63c938c38c10dce8d
@@@ -190,3 -190,7 +190,9 @@@ EXPORT_SYMBOL(__arch_hweight16)
  EXPORT_SYMBOL(__arch_hweight32);
  EXPORT_SYMBOL(__arch_hweight64);
  #endif
 -EXPORT_SYMBOL_GPL(do_IRQ);
 -EXPORT_SYMBOL_GPL(timer_interrupt);
++#ifndef CONFIG_PPC32
++EXPORT_SYMBOL(do_IRQ);
++EXPORT_SYMBOL(timer_interrupt);
++#endif
+ EXPORT_SYMBOL_GPL(performance_monitor_exception);