git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dbe51c
)
get rid of duplicate logics in __SC_....[1-6] definitions
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 21 Jan 2013 20:03:44 +0000
(15:03 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 03:46:21 +0000
(22:46 -0500)
All those guys have the same form - "take a list of type/name pairs,
apply some macro to each of them". Abstract that part away, convert
all __SC_FOO##x(__VA_ARGS__) to __MAP(x,__SC_FOO,__VA_ARGS__).
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found