[PATCH] Needed to get 2.5.7 to compile and link on Alpha [9/10]

Chris Meadors (clubneon@hereintown.net)
Thu, 21 Mar 2002 12:17:47 -0500


One line addition to make the header match that of the i386.

-Chris

--- linux-2.5.7/include/asm-alpha/thread_info.h~ Wed Mar 20 05:07:15 2002
+++ linux-2.5.7/include/asm-alpha/thread_info.h Wed Mar 20 11:38:27 2002
@@ -20,6 +20,7 @@
struct exec_domain *exec_domain; /* execution domain */
mm_segment_t addr_limit; /* thread address space */
int cpu; /* current CPU */
+ int preempt_count; /* 0 => preemptable, <0 => BUG */

int bpt_nsaved;
unsigned long bpt_addr[2]; /* breakpoint handling */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/