Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 10 Dec 2000 15:34:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 10 Dec 2000 15:34:45 -0500 Received: from zero.tech9.net ([209.61.188.187]:20740 "EHLO zero.tech9.net") by vger.kernel.org with ESMTP id ; Sun, 10 Dec 2000 15:34:41 -0500 Date: Sun, 10 Dec 2000 15:04:14 -0500 (EST) From: "Robert M. Love" To: Subject: Re: Compile Failure: mga_dma.o on 2.4.0-test12-pre8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org OK, the problem is that drm_device.tq is a tq_struct, which we just got done redoing. tq->next was removed in favor of the new tq.list. so drm_device.tq needs to be rewritten to use the new task queue, and the problem will be solved. ill dig through the archives and see if i can figure out the new queue (is there something in /Documentation?) and get a patch out ... i wonder how many other drivers need to be patched to handle the new task queue? -- Robert M. Love rml@ufl.edu rml@tech9.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/