1. 26 3月, 2008 1 次提交
  2. 13 3月, 2008 3 次提交
    • T
      [POWERPC] Export empty_zero_page · 07dc42f6
      Theodore Ts'o 提交于
      Once again, this time with feeling....
      
      						- Ted
      
      >From c91cfaabc17f8a53807a2f31f067a732e34a1550 Mon Sep 17 00:00:00 2001
      From: Theodore Ts'o <tytso@mit.edu>
      Date: Wed, 12 Mar 2008 11:50:39 -0400
      Subject: Export empty_zero_page
      
      The empty_zero_page symbol is exported by most other architectures
      (s390, ia64, x86, um), and an upcoming ext4 patch needs it because
      ZERO_PAGE() references empty_zero_page, and we need it to zero out an
      unitialized extents in ext4 files.
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      07dc42f6
    • B
      [POWERPC] Fix bogus test for unassigned PCI resources · 7f172890
      Benjamin Herrenschmidt 提交于
      A bogus test for unassigned resources that came from our 32-bit
      PCI code ended up being "merged" by my previous patch series,
      breaking some 64-bit setups where devices have legal resources
      ending at 0xffffffff.
      
      This fixes it by completely changing the test.  We now test for
      res->start == 0, as the generic code expects, and we also only
      do so on platforms that don't have the PPC_PCI_PROBE_ONLY flag
      set, as there are cases of pSeries and iSeries where it could
      be a valid value and those can't reassign devices.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7f172890
    • P
      [POWERPC] Add __ucmpdi2 for 64-bit comparisons in 32-bit kernels · 95ff54f5
      Paul Mackerras 提交于
      Some drivers (such as V4L2) have code that causes gcc to generate
      calls to __ucmpdi2 when compiling for 32-bit powerpc, which results
      in either a link-time error or a module that can't be loaded, as
      we don't currently have a __ucmpdi2.  This adds one so these drivers
      can be used.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      95ff54f5
  3. 07 3月, 2008 1 次提交
  4. 26 2月, 2008 1 次提交
  5. 20 2月, 2008 2 次提交
  6. 14 2月, 2008 4 次提交
  7. 08 2月, 2008 1 次提交
  8. 07 2月, 2008 16 次提交
  9. 06 2月, 2008 8 次提交
  10. 30 1月, 2008 2 次提交
  11. 29 1月, 2008 1 次提交