aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/thread_info.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-04-09 20:48:01 -0400
committerDavid Howells <dhowells@redhat.com>2009-04-09 20:48:01 -0400
commit187934655fa0637d4ef3967d4543c6dcccf33058 (patch)
tree42aea826a922c7c5037613dc5729296f0e0c0555 /include/asm-frv/thread_info.h
parent62b8e680e61d3f48f2a12ee248ca03ea8f376926 (diff)
FRV: Fix indentation errors to keep git-am happy when moving arch header files
Fix indentation errors to keep git-am happy when moving arch header files. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/asm-frv/thread_info.h')
-rw-r--r--include/asm-frv/thread_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-frv/thread_info.h b/include/asm-frv/thread_info.h
index b7ac6bf2844c..bb53ab753ffb 100644
--- a/include/asm-frv/thread_info.h
+++ b/include/asm-frv/thread_info.h
@@ -38,9 +38,9 @@ struct thread_info {
38 int preempt_count; /* 0 => preemptable, <0 => BUG */ 38 int preempt_count; /* 0 => preemptable, <0 => BUG */
39 39
40 mm_segment_t addr_limit; /* thread address space: 40 mm_segment_t addr_limit; /* thread address space:
41 0-0xBFFFFFFF for user-thead 41 * 0-0xBFFFFFFF for user-thead
42 0-0xFFFFFFFF for kernel-thread 42 * 0-0xFFFFFFFF for kernel-thread
43 */ 43 */
44 struct restart_block restart_block; 44 struct restart_block restart_block;
45 45
46 __u8 supervisor_stack[0]; 46 __u8 supervisor_stack[0];