1. 05 5月, 2008 3 次提交
    • S
      kbuild, suspend, x86: fix rebuild of wakeup.bin · 4c6214c7
      Sam Ravnborg 提交于
      In kernel/acpi/realmode/Makefile use the 'always'
      variable to say that wakeup.bin should always
      be made.
      
      In acpi/Makefile we then do not need to specify the
      requested target and we avoid the message from make:
      
         `arch/x86/kernel/acpi/realmode/wakeup.bin' is up to date.
      
      Add wakeup.lds to list af targets to avoid rebuilding
      wakeup.bin - from Roland McGrath.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Cc: Rafael J. Wysocki <rjw@sisk.pl>
      Cc: Pavel Machek <pavel@suse.cz>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Roland McGrath <roland@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      4c6214c7
    • I
      uml: fix gcc problem · 22eecde2
      Ingo Molnar 提交于
      this is what caused gcc 4.3 to throw an internal error when
      OPTIMIZE_INLINING was enabled ...
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      22eecde2
    • T
      x86: undo visws/numaq build changes · 48b83d24
      Thomas Gleixner 提交于
      arch/x86/pci/Makefile_32 has a nasty detail. VISWS and NUMAQ build
      override the generic pci-y rules. This needs a proper cleanup, but
      that needs more thoughts. Undo
      
      commit 895d3093
          x86: numaq fix
          do not override the existing pci-y rule when adding visws or
          numaq rules.
      
      There is also a stupid init function ordering problem vs. acpi.o
      
      Add comments to the Makefile to avoid tripping over this again.
      
      Remove the srat stub code in discontig_32.c to allow a proper NUMAQ
      build.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      48b83d24
  2. 04 5月, 2008 14 次提交
  3. 03 5月, 2008 23 次提交