]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Merge branch 'akpm-incoming-2'
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:42:52 +0000 (18:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:42:52 +0000 (18:42 -0700)
* akpm-incoming-2: (139 commits)
  epoll: make epoll_wait() use the hrtimer range feature
  select: rename estimate_accuracy() to select_estimate_accuracy()
  Remove duplicate includes from many files
  ramoops: use the platform data structure instead of module params
  kernel/resource.c: handle reinsertion of an already-inserted resource
  kfifo: fix kfifo_alloc() to return a signed int value
  w1: don't allow arbitrary users to remove w1 devices
  alpha: remove dma64_addr_t usage
  mips: remove dma64_addr_t usage
  sparc: remove dma64_addr_t usage
  fuse: use release_pages()
  taskstats: use real microsecond granularity for CPU times
  taskstats: split fill_pid function
  taskstats: separate taskstats commands
  delayacct: align to 8 byte boundary on 64-bit systems
  delay-accounting: reimplement -c for getdelays.c to report information on a target command
  namespaces Kconfig: move namespace menu location after the cgroup
  namespaces Kconfig: remove the cgroup device whitelist experimental tag
  namespaces Kconfig: remove pointless cgroup dependency
  namespaces Kconfig: make namespace a submenu
  ...

1  2 
arch/x86/xen/enlighten.c

diff --combined arch/x86/xen/enlighten.c
index 580da1aa4a4c29b7ba0f0cfb2f20984ec40b455b,0cd12db0b1428f0d05f19497c26faad7d4ebd6d0..70ddeaeb1ef366c7e84ba520488f85a546d3e40a
@@@ -59,7 -59,6 +59,6 @@@
  #include <asm/pgtable.h>
  #include <asm/tlbflush.h>
  #include <asm/reboot.h>
- #include <asm/setup.h>
  #include <asm/stackprotector.h>
  #include <asm/hypervisor.h>
  
@@@ -1016,7 -1015,7 +1015,7 @@@ static void xen_reboot(int reason
        struct sched_shutdown r = { .reason = reason };
  
  #ifdef CONFIG_SMP
 -      smp_send_stop();
 +      stop_other_cpus();
  #endif
  
        if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r))