1. 14 9月, 2016 1 次提交
  2. 19 5月, 2015 1 次提交
  3. 13 1月, 2015 3 次提交
  4. 16 1月, 2009 1 次提交
    • H
      avr32: fix out-of-range rjmp instruction on large kernels · 61f3632f
      Haavard Skinnemoen 提交于
      Use .subsection to place fixups closer to their jump targets. This
      increases the maximum size of the kernel before we get link errors
      significantly.
      
      The problem here is that we don't have a "call"-ish pseudo-instruction
      to use instead of rjmp...we could add one, but that means we'll have to
      wait for a new toolchain release, wait until we're fairly sure most
      people are using it, etc...
      
      As an added bonus, it should decrease the RAM footprint slightly,
      though it might pollute the icache a bit more.
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      61f3632f
  5. 05 8月, 2008 1 次提交
  6. 27 4月, 2007 1 次提交
    • H
      [AVR32] Fix compile error with gcc 4.1 · 8224ca19
      Haavard Skinnemoen 提交于
      gcc 4.1 doesn't seem to like const variables as inline assembly
      outputs. Drop support for reading 64-bit values using get_user() so
      that we can use an unsigned long to hold the result regardless of the
      actual size. This should be safe since many architectures, including
      i386, doesn't support reading 64-bit values with get_user().
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      8224ca19
  7. 09 2月, 2007 1 次提交
  8. 26 9月, 2006 1 次提交