From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Ramdisk Vs NFS Date: Tue, 24 Apr 2007 20:16:48 -0700 Message-ID: From: "Siva Prasad" To: , List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, What is the primary difference between Ramdisk and NFS with respect to the wait_queue's? If I use ramdisk, every thing works fine, but with NFS (or you may read as 'no ramdisk') kernel/sched.c:__wake_up_common() routines has a problem. Basically the value of "&q->task_list->next" is out of our memory range (not between 0xc0000000 and 0xF0000000), and this causes trouble of accessing non-existing memory.=20 Interesting thing is, this happens much before we even load the ramdisk drivers. Appreciate if any one has some insight into this. Thanks Siva