From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by ozlabs.org (Postfix) with ESMTP id 6A698679FA for ; Tue, 10 May 2005 04:58:16 +1000 (EST) Received: by wproxy.gmail.com with SMTP id 57so1301890wri for ; Mon, 09 May 2005 11:58:14 -0700 (PDT) Message-ID: <427FB3A5.5080702@gmail.com> Date: Mon, 09 May 2005 21:01:57 +0200 From: Patrick Huesmann MIME-Version: 1.0 To: linuxppc-embedded@ozlabs.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: How to increase kernel stack size? List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, is there a way to set the kernel stack size (for interrupts) at compile time? I need to have more stack space for the external interrupt on a PPC-405. BTW, I'm using a RTAI patch but it shouldn't matter as the realtime interrupts use the same stack as Linux interrupts. TIA, Patrick