commit | 92779245599bb3d7fb48066b11c4bfd6aa477198 | [log] [tgz] |
---|---|---|
author | Haren Myneni <haren@linux.vnet.ibm.com> | Thu Dec 06 21:49:56 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 10 17:01:08 2013 +1100 |
tree | bea152148a83002c420fd92e59aac37bb8f18f70 | |
parent | a09688cd23d477ebd9c8f57881bfe907240cb0a1 [diff] |
powerpc: Define ppr in thread_struct [PATCH 4/6] powerpc: Define ppr in thread_struct ppr in thread_struct is used to save PPR and restore it before process exits from kernel. This patch sets the default priority to 3 when tasks are created such that users can use 4 for higher priority tasks. Signed-off-by: Haren Myneni <haren@us.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>