1. 29 7月, 2005 4 次提交
    • A
      [PATCH] x86_64: cpu hotplug changes kills nmi watchdog · 2a16a300
      Alexander Nyberg 提交于
      When the x86_64 cpu hotplug changes went in it added a check in
      default_do_nmi() which kills NMI delivery on any CPU but the BSP.
      
      The NMI watchdog is brought up quite some time before the online bit is set
      in num_online_cpus so this won't work very well.  The nmi watchdogs on cpus
      that are not BSP will never be reprogrammed and no NMIs.
      
      Why was this check added? How does an offlined cpu receive an NMI?
      Signed-off-by: NAlexander Nyberg <alexn@telia.com>
      Cc: Andi Kleen <ak@suse.de>
      Cc: Andrew Morton <akpm@osdl.org>
      Cc: Zwane Mwaikambo <zwane@arm.linux.org.uk>
      Cc: <ashok.raj@intel.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2a16a300
    • L
      Linux 2.6.13-rc4 · 63953523
      Linus Torvalds 提交于
      63953523
    • J
      [PATCH] fix gconfig crash · bafd2df5
      Joachim Nilsson 提交于
      I ran glade-2 on the glade file, fixed two missing stock icons and
      cleaned up the C code that inserts the single/split/full modes. The
      rest of the patch is minor cleanups only. I refrained from using all
      the included xpm icons in images.c (like qconf.cc does) in favour of
      using the stock Gtk+ icons instead. Oh, yes there was a "back" bug
      in split mode that I also removed, oh well...
      
      It has been tested with success by several people, including
      Jesper Juhl, Randy Dunlap and myself.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bafd2df5
    • L
      Revert broken "statement with no effect" warning fix · 2ac6608c
      Linus Torvalds 提交于
      It may shut up gcc, but it also incorrectly changes the semantics of the
      smp_call_function() helpers.
      
      You can fix the warning other ways if you are interested (create another
      inline function that takes no arguments and returns zero), but
      preferably gcc just shouldn't complain about unused return values from
      statement expressions in the first place.
      2ac6608c
  2. 28 7月, 2005 36 次提交