From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.osdl.org ([65.172.181.4]:1463 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751438AbWJHUVy (ORCPT ); Sun, 8 Oct 2006 16:21:54 -0400 Date: Sun, 8 Oct 2006 13:21:47 -0700 From: Andrew Morton Subject: Re: [PATCH] Consolidate check_signature Message-Id: <20061008132147.958dc6a8.akpm@osdl.org> In-Reply-To: <11600679552794-git-send-email-matthew@wil.cx> References: <11600679551209-git-send-email-matthew@wil.cx> <11600679552794-git-send-email-matthew@wil.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: Matthew Wilcox Cc: Linus Torvalds , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox List-ID: On Thu, 05 Oct 2006 11:05:55 -0600 Matthew Wilcox wrote: > There's nothing arch-specific about check_signature(), so move it to > . Use a cross between the Alpha and i386 implementations > as the generic one. It wuld have been nice to have uninlined it too. And to have given it a less crappy name.