1. 17 1月, 2006 22 次提交
  2. 16 1月, 2006 15 次提交
  3. 15 1月, 2006 3 次提交
    • 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