1. 30 Dec, 2011 1 commit
  2. 29 Dec, 2011 2 commits
    • Sam Ravnborg's avatar
      sparc32: fix PAGE_SIZE definition · a4b4f437
      Sam Ravnborg authored
      Use _AC() in definition of PAGE_SIZE so the same definition
      can be used in C and assembler.
      Also use PAGE_SIZE in definition of THREAD_SIZE.
      
      This commit kill the following comment:
      
          "I have my suspicions... -DaveM"
      
      I did not find any clue what this referred to anyway.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a4b4f437
    • Sam Ravnborg's avatar
      sparc32: enable different preemptions models · b2a1fa30
      Sam Ravnborg authored
      While chasing following warning from kconfig I noticed that the
      kconfig preemption model symbols were all dependent on sparc64.
      
      warning: (PREEMPT && DEBUG_ATOMIC_SLEEP) selects PREEMPT_COUNT which has unmet direct dependencies (SPARC64)
      
      >From arch/sparc/Kconfig:
      
              if SPARC64
              source "kernel/Kconfig.preempt"
              endif
      
      But looking a bit closer I see nothing obvious why
      sparc32 should not support the various preemption models.
      Drop the "if SPARC64" conditional to enable selection of
      preemption model on sparc32 too.
      
      Build-tested - but not run-time tested all three models.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b2a1fa30
  3. 27 Dec, 2011 6 commits
  4. 26 Dec, 2011 8 commits
  5. 25 Dec, 2011 4 commits
  6. 24 Dec, 2011 4 commits
  7. 23 Dec, 2011 14 commits
  8. 22 Dec, 2011 1 commit