projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b8e68
)
FRV: Fix indentation errors to keep git-am happy when moving arch header files
author
David Howells
<dhowells@redhat.com>
Fri, 10 Apr 2009 00:48:01 +0000
(
01:48
+0100)
committer
David Howells
<dhowells@redhat.com>
Fri, 10 Apr 2009 00:48:01 +0000
(
01:48
+0100)
Fix indentation errors to keep git-am happy when moving arch header files.
Signed-off-by: David Howells <dhowells@redhat.com>
include/asm-frv/thread_info.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-frv/thread_info.h
b/include/asm-frv/thread_info.h
index b7ac6bf2844c395c3179d733102e13ca0e8001fa..bb53ab753ffbf7b3a62e9e105583b4339d9768ce 100644
(file)
--- a/
include/asm-frv/thread_info.h
+++ b/
include/asm-frv/thread_info.h
@@
-38,9
+38,9
@@
struct thread_info {
int preempt_count; /* 0 => preemptable, <0 => BUG */
mm_segment_t addr_limit; /* thread address space:
-
0-0xBFFFFFFF for user-thead
-
0-0xFFFFFFFF for kernel-thread
- */
+
*
0-0xBFFFFFFF for user-thead
+
*
0-0xFFFFFFFF for kernel-thread
+
*/
struct restart_block restart_block;
__u8 supervisor_stack[0];