1. 12 7月, 2012 1 次提交
    • G
      h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user() · e048aceb
      Geert Uytterhoeven 提交于
      __gu_val is const if the passed ptr is const, giving:
      
        include/linux/pagemap.h: In function 'fault_in_pages_readable':
        include/linux/pagemap.h:442:2: error: assignment of read-only variable '__gu_val'
        include/linux/pagemap.h:448:4: error: assignment of read-only variable '__gu_val'
        include/linux/pagemap.h: In function 'fault_in_multipages_readable':
        include/linux/pagemap.h:499:3: error: assignment of read-only variable '__gu_val'
        include/linux/pagemap.h:508:3: error: assignment of read-only variable '__gu_val'
        make[4]: *** [init/main.o] Error 1
      
      As we don't care about the actual value of __gu_val in the unhandled
      case (it will cause a link error anyway), just remove the assignment.
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Cc: Tony Breeds <tony@bakeyournoodle.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e048aceb
  2. 14 8月, 2008 1 次提交
  3. 14 3月, 2008 1 次提交
  4. 24 2月, 2008 1 次提交
  5. 08 9月, 2005 1 次提交
  6. 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