1. 30 11月, 2005 8 次提交
  2. 29 11月, 2005 11 次提交
  3. 25 11月, 2005 2 次提交
    • R
      [ARM] Remove asm/hardware.h include from SA1100 io.h · 225937bd
      Russell King 提交于
      Unfortunately, we have a symbol clash between the SA-1100 header and
      some drivers.  Since everywhere which needs SA1100 specifics includes
      asm/hardware.h, we don't need to include it in the SA1100 io.h header.
      
      In file included from drivers/net/wireless/wavelan_cs.p.h:459,
                       from drivers/net/wireless/wavelan_cs.c:60:
      drivers/net/wireless/wavelan_cs.h:97:1: warning: "LCSR" redefined
      In file included from include/asm/arch/hardware.h:56,
                       from include/asm/hardware.h:16,
                       from include/asm/arch/io.h:13,
                       from include/asm/io.h:71,
                       from drivers/net/wireless/wavelan_cs.p.h:433,
                       from drivers/net/wireless/wavelan_cs.c:60:
      include/asm/arch/SA-1100.h:1907:1: warning: this is the location of the previous definition
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      225937bd
    • D
      [PATCH] powerpc: More hugepage boundary case fixes · 9a94c579
      David Gibson 提交于
      Blah.  The patch [0] I recently sent fixing errors with
      in_hugepage_area() and prepare_hugepage_range() for powerpc itself has
      an off-by-one bug.  Furthermore, the related functions
      touches_hugepage_*_range() and within_hugepage_*_range() are also
      buggy.  Some of the bugs, like those addressed in [0] originated with
      commit 7d24f0b8 where we tweaked the
      semantics of where hugepages are allowed.  Other bugs have been there
      essentially forever, and are due to the undefined behaviour of '<<'
      with shift counts greater than the type width (LOW_ESID_MASK could
      return non-zero for high ranges with the right congruences).
      
      The good news is that I now have a testsuite which should pick up
      things like this if they creep in again.
      
      [0] "powerpc-fix-for-hugepage-areas-straddling-4gb-boundary"
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9a94c579
  4. 24 11月, 2005 5 次提交
  5. 23 11月, 2005 8 次提交
  6. 22 11月, 2005 1 次提交
  7. 21 11月, 2005 5 次提交