1. 20 1月, 2006 1 次提交
  2. 17 1月, 2006 19 次提交
  3. 16 1月, 2006 15 次提交
  4. 15 1月, 2006 5 次提交
    • S
      kconfig: get rid of stray a.o, support ncursesw · 60f33b80
      Sam Ravnborg 提交于
      scripts/kconfig/lxdialog/check-lxdialog.sh uses gcc to check for
      what libraries are present. Redirect output to /dev/null
      so we do not generate an a.out.
      Also included support for ncursesw - so if present prefer that
      instead of ncurses.
      The order is now (first is preferred):
      1) ncursesw
      2) ncurses
      3) curses
      
      The latter is to support SunOS.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      60f33b80
    • P
      powerpc/32: Restore previous version of 32-bit PCI code · e05b3b4a
      Paul Mackerras 提交于
      When I removed the powermac support from arch/ppc/kernel/pci.c,
      I overlooked the fact that that file is used in 32-bit ARCH=powerpc
      builds.  To prevent problems in future, restore the original version
      of that file as arch/powerpc/kernel/pci_32.c, and use that.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e05b3b4a
    • P
      powerpc: Make ARCH=powerpc the default for 32-bit ppc · 820a8ce7
      Paul Mackerras 提交于
      This makes ARCH=powerpc the default on 32-bit powerpc machines,
      where uname -m returns ppc, as well as on 64-bit powerpc machines.
      Most people who would be likely to build their own kernels on
      32-bit powerpc machines would be using powermacs or CHRP machines,
      both of which are supported with ARCH=powerpc now.  Embedded ppc
      developers whose ports haven't been moved over to arch/powerpc
      yet will have to explicitly set ARCH=ppc now.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      820a8ce7
    • P
      [PATCH] ppc: Remove powermac support from ARCH=ppc · a7fdd90b
      Paul Mackerras 提交于
      This makes it possible to build kernels for PReP and/or CHRP
      with ARCH=ppc by removing the (non-building) powermac support.
      It's now also possible to select PReP and CHRP independently.
      Powermac users should now build with ARCH=powerpc instead of
      ARCH=ppc.  (This does mean that it is no longer possible to
      build a 32-bit kernel for a G5.)
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a7fdd90b
    • L
      x86: Work around compiler code generation bug with -Os · caf5b04c
      Linus Torvalds 提交于
      Some versions of gcc generate incorrect code for the inet_check_attr()
      function, apparently due to a totally bogus index -> pointer comparison
      transformation.
      
      At least "gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)" from FC4 is
      affected, possibly others too.
      
      This changes the function subtly so that the buggy gcc transformation
      doesn't trigger.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      caf5b04c