1. 01 9月, 2008 1 次提交
    • N
      [ARM] 5211/2: fix a couple warnings from BUG() usage · d81030a1
      Nicolas Pitre 提交于
      When CONFIG_DEBUG_BUGVERBOSE is not set, we get warnings such as:
      
      arch/arm/mm/ioremap.c: In function ‘remap_area_pte’:
      arch/arm/mm/ioremap.c:67: warning: control reaches end of non-void function
      mm/bootmem.c: In function ‘mark_bootmem’:
      mm/bootmem.c:321: warning: control reaches end of non-void function
      fs/dcache.c: In function ‘d_materialise_unique’:
      fs/dcache.c:1875: warning: control reaches end of non-void function
      fs/nfs/client.c: In function ‘nfs_sockaddr_match_ipaddr’:
      fs/nfs/client.c:251: warning: control reaches end of non-void function
      block/cfq-iosched.c: In function ‘cfq_async_queue_prio’:
      block/cfq-iosched.c:1501: warning: control reaches end of non-void function
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d81030a1
  2. 03 8月, 2008 1 次提交
  3. 08 12月, 2006 1 次提交
    • N
      [ARM] 3983/2: remove unused argument to __bug() · 7174d852
      Nicolas Pitre 提交于
      It appears that include/asm-arm/bug.h requires include/linux/stddef.h
      for the definition of NULL. It seems that stddef.h was always included
      indirectly in most cases, and that issue was properly fixed a while ago.
      
      Then commit 5047f09b incorrectly reverted
      change from commit ff10952a (bad dwmw2)
      and the problem recently resurfaced.
      
      Because the third argument to __bug() is never used anyway, RMK suggested
      getting rid of it entirely instead of readding #include <linux/stddef.h>
      which this patch does.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7174d852
  4. 01 7月, 2006 1 次提交
  5. 05 5月, 2006 1 次提交
  6. 26 4月, 2006 1 次提交
  7. 24 8月, 2005 1 次提交
  8. 01 5月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4