From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031106AbbKFA4W (ORCPT ); Thu, 5 Nov 2015 19:56:22 -0500 Received: from mail-ig0-f171.google.com ([209.85.213.171]:36400 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932868AbbKFA4U (ORCPT ); Thu, 5 Nov 2015 19:56:20 -0500 MIME-Version: 1.0 In-Reply-To: References: <20151105.163959.1438115257720770769.davem@davemloft.net> Date: Thu, 5 Nov 2015 16:56:19 -0800 X-Google-Sender-Auth: MdKcauODD0r5Hlhi4zBTaX8Q57Y Message-ID: Subject: Re: [GIT] Sparc From: Linus Torvalds To: David Miller Cc: Andrew Morton , sparclinux@vger.kernel.org, Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 5, 2015 at 4:43 PM, Linus Torvalds wrote: > > Not that this *matters*, but it's a bit odd to have to cast constants > to perfectly regular C types. Looking around with "git grep", there's a few more of these. - btrfs seems to like "(unsigned long)-1" There's a few other users of that too, including more sparc uses. - scsi/qla seems to like "(unsigned long)" - fmdrv_common.h seems to like "((unsigned long)1<