Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750979AbVKJOsy (ORCPT ); Thu, 10 Nov 2005 09:48:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750984AbVKJOsy (ORCPT ); Thu, 10 Nov 2005 09:48:54 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:41233 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id S1750973AbVKJOsx (ORCPT ); Thu, 10 Nov 2005 09:48:53 -0500 Date: Thu, 10 Nov 2005 14:48:47 +0000 From: Russell King To: Andreas Schwab Cc: linux-kernel@vger.kernel.org Subject: Re: Broken __get_unaligned from Message-ID: <20051110144847.GA28700@flint.arm.linux.org.uk> Mail-Followup-To: Andreas Schwab , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 20 On Thu, Nov 10, 2005 at 03:42:05PM +0100, Andreas Schwab wrote: > __get_unaligned can't cope with const-qualified types: > > drivers/char/vc_screen.c: In function 'vcs_write': > drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val' > drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val' > drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val' > drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val' What if get_unaligned is used with a u64 / long long type (which it is)? -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - 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/