From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757759AbYFBOYU (ORCPT ); Mon, 2 Jun 2008 10:24:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752801AbYFBOYL (ORCPT ); Mon, 2 Jun 2008 10:24:11 -0400 Received: from gw.goop.org ([64.81.55.164]:34627 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752149AbYFBOYK (ORCPT ); Mon, 2 Jun 2008 10:24:10 -0400 Message-ID: <48440264.5060506@goop.org> Date: Mon, 02 Jun 2008 15:23:32 +0100 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Mike Travis , Linux Kernel Mailing List CC: Ingo Molnar , Rusty Russell Subject: Further percpu/pda unification? X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I notice that there's now a unified asm-x86/percpu.h, and the pda is now a per-cpu variable. But I also see that most of the stuff in percpu.h is 32-bit only: all the accessor macros, x86_read/write_percpu, etc. Is there some reason why that can't be made common, or is it just that nobody has got around to it yet? Thanks, J