projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96a6d4
)
include/asm-x86/current_32.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:01:55 +0000
(
01:01
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:22 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/current_32.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/current_32.h
b/include/asm-x86/current_32.h
index d3524853991203c36b2bbcc75671facabe59263e..5af9bdb97a16265cbac640675fd12613287a4031 100644
(file)
--- a/
include/asm-x86/current_32.h
+++ b/
include/asm-x86/current_32.h
@@
-11,7
+11,7
@@
static __always_inline struct task_struct *get_current(void)
{
return x86_read_percpu(current_task);
}
-
+
#define current get_current()
#endif /* !(_I386_CURRENT_H) */