1. 31 12月, 2010 3 次提交
  2. 30 12月, 2010 3 次提交
  3. 29 12月, 2010 8 次提交
  4. 28 12月, 2010 4 次提交
  5. 27 12月, 2010 7 次提交
  6. 26 12月, 2010 4 次提交
  7. 25 12月, 2010 10 次提交
  8. 24 12月, 2010 1 次提交
    • P
      sh: intc: Initialize radix tree gfp mask explicitly. · 30f2ba38
      Paul Mundt 提交于
      Presently the root node is initialized by way of kzalloc on the parent
      data structure, which by chance happens to do the bulk of what an
      explicit initialization does with GFP_NOWAIT semantics. This however is
      more by luck than by design, and as we ideally want to permit radix node
      allocations access to the emergency pools anyways, add in the proper
      initializer with the desired mask.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      30f2ba38