1. 06 3月, 2017 1 次提交
  2. 28 9月, 2016 2 次提交
  3. 14 9月, 2016 1 次提交
  4. 04 1月, 2016 1 次提交
  5. 28 6月, 2013 1 次提交
  6. 28 5月, 2013 1 次提交
  7. 22 6月, 2011 1 次提交
  8. 14 3月, 2011 1 次提交
  9. 28 10月, 2010 2 次提交
  10. 12 1月, 2010 1 次提交
  11. 02 10月, 2009 1 次提交
    • M
      mn10300: fix kernel build failures when using gcc-4.x · d22a001b
      Mark Salter 提交于
      Fix some build failures when using gcc-4.x for MN10300.
      
      Firstly, __get_user() fails to build because the pointer points to a const and
      __gu_val ends up being read-only:
      
      In file included from include/linux/mempolicy.h:62,
                       from init/main.c:50:
      include/linux/pagemap.h: In function 'fault_in_pages_readable':
      include/linux/pagemap.h:394: error: read-only variable '__gu_val' used as 'asm' output
      include/linux/pagemap.h:394: error: read-only variable '__gu_val' used as 'asm' output
      include/linux/pagemap.h:394: error: read-only variable '__gu_val' used as 'asm' output
      include/linux/pagemap.h:400: error: read-only variable '__gu_val' used as 'asm' output
      include/linux/pagemap.h:400: error: read-only variable '__gu_val' used as 'asm' output
      include/linux/pagemap.h:400: error: read-only variable '__gu_val' used as 'asm' output
      make[1]: *** [init/main.o] Error 1
      
      Secondly, gcc-4 doesn't allow casts of lvalues:
      
        UPD     include/linux/compile.h
      arch/mn10300/kernel/rtc.c: In function 'calibrate_clock':
      arch/mn10300/kernel/rtc.c:170: error: lvalue required as left operand of assignment
      arch/mn10300/kernel/rtc.c:172: error: lvalue required as left operand of assignment
      make[1]: *** [arch/mn10300/kernel/rtc.o] Error 1
      
      These are seen with gcc 4.2.1.
      Signed-off-by: NMark Salter <msalter@redhat.com>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d22a001b
  12. 10 4月, 2009 1 次提交
  13. 11 12月, 2008 1 次提交
  14. 09 2月, 2008 1 次提交