Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Feb 2002 09:28:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Feb 2002 09:28:17 -0500 Received: from smtpzilla5.xs4all.nl ([194.109.127.141]:36114 "EHLO smtpzilla5.xs4all.nl") by vger.kernel.org with ESMTP id ; Fri, 15 Feb 2002 09:28:15 -0500 Date: Fri, 15 Feb 2002 15:28:12 +0100 (CET) From: Roman Zippel X-X-Sender: To: David Howells cc: Linus Torvalds , Roman Zippel , Jeff Garzik , , "David S. Miller" , , Subject: Re: [PATCH] move task_struct allocation to arch In-Reply-To: <23760.1013782075@warthog.cambridge.redhat.com> 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 Hi, On Fri, 15 Feb 2002, David Howells wrote: > Should I move the convenience bit operations back to the arch header, so that > the M68K guys can have byte-sized flags (which they can use TAS/TST on)? No tas needed, just byte store, so it's not only for m68k, ppc would benefit from it too and probably some more. bye, Roman - 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/