Merge branch 'linux-2.6'
authorPaul Mackerras <paulus@samba.org>
Wed, 23 Jan 2008 23:07:21 +0000 (10:07 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 23 Jan 2008 23:07:21 +0000 (10:07 +1100)
1  2 
Documentation/kernel-parameters.txt
arch/powerpc/kernel/iommu.c
arch/powerpc/mm/slb.c
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/spufs/context.c
arch/powerpc/platforms/cell/spufs/sched.c
include/asm-powerpc/spu.h

Simple merge
Simple merge
Simple merge
@@@ -19,7 -19,8 +19,8 @@@ spu-manage-$(CONFIG_PPC_CELLEB)               += spu
  spu-manage-$(CONFIG_PPC_CELL_NATIVE)  += spu_manage.o
  
  obj-$(CONFIG_SPU_BASE)                        += spu_callbacks.o spu_base.o \
 -                                         spu_syscalls.o \
+                                          spu_notify.o \
 +                                         spu_syscalls.o spu_fault.o \
                                           $(spu-priv1-y) \
                                           $(spu-manage-y) \
                                           spufs/
@@@ -302,8 -299,11 +303,11 @@@ struct notifier_block
  int spu_switch_event_register(struct notifier_block * n);
  int spu_switch_event_unregister(struct notifier_block * n);
  
+ extern void notify_spus_active(void);
+ extern void do_notify_spus_active(void);
  /*
 - * This defines the Local Store, Problem Area and Privlege Area of an SPU.
 + * This defines the Local Store, Problem Area and Privilege Area of an SPU.
   */
  
  union mfc_tag_size_class_cmd {