From: Jan-Benedict G. <jb...@us...> - 2005-07-31 12:43:19
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28695/include/asm-vax Modified Files: thread_info.h Log Message: - Remove whitespace Index: thread_info.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/thread_info.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- thread_info.h 28 Mar 2005 16:27:50 -0000 1.6 +++ thread_info.h 31 Jul 2005 12:43:08 -0000 1.7 @@ -32,7 +32,7 @@ int preempt_count; /* 0 => preemptable, <0 => BUG */ mm_segment_t addr_limit; /* thread address space: - 0-0x7FFFFFFF for user-thead + 0-0x7FFFFFFF for user-thead 0-0xFFFFFFFF for kernel-thread */ struct restart_block restart_block; |