diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-03-06 22:53:59 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-03-06 23:05:42 +1100 |
commit | a7d2475af7aedcb9b5c6343989a8bfadbf84429b (patch) | |
tree | 83a35e9eb39bfe5895c336c27e84e97702586818 /arch/hexagon/kernel/smp.c | |
parent | 9c7a00868c3a77c86ab07a2c51f3bb4897bd8550 (diff) |
powerpc: Sort the selects under CONFIG_PPC
We have a big list of selects under CONFIG_PPC, and currently they're
completely unsorted. This means people tend to add new selects at the
bottom of the list, and so two commits which both add a new select will
often conflict.
Instead sort it alphabetically. This is nicer in and of itself, but also
means two commits that add a new select will have a greater chance of
not conflicting.
Add a note at the top and bottom asking people to keep it sorted.
And while we're here pad out the 'if' expressions to make them stand
out.
Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/hexagon/kernel/smp.c')
0 files changed, 0 insertions, 0 deletions