From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757480AbXD0WIL (ORCPT ); Fri, 27 Apr 2007 18:08:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752834AbXD0WID (ORCPT ); Fri, 27 Apr 2007 18:08:03 -0400 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:52652 "EHLO amd.ucw.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757471AbXD0WHV (ORCPT ); Fri, 27 Apr 2007 18:07:21 -0400 Date: Sat, 28 Apr 2007 00:07:10 +0200 From: Pavel Machek To: "Rafael J. Wysocki" Cc: ego@in.ibm.com, Andrew Morton , Ingo Molnar , Oleg Nesterov , Pekka Enberg , LKML Subject: Re: [PATCH -mm 2/2] Introduce freezer flags Message-ID: <20070427220710.GC2994@elf.ucw.cz> References: <200704271737.31192.rjw@sisk.pl> <20070427214047.GA21224@in.ibm.com> <200704272349.36736.rjw@sisk.pl> <200704280009.19639.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704280009.19639.rjw@sisk.pl> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! > > > > +#ifdef CONFIG_FREEZER > > > > + /* Used by the process freezer, defined in freezer.h */ > > > > + unsigned int freezer_flags; > > > > > > unsigned long freezer_flags; ?? > > > > I guess so. > > Still, on x86_64, for example, we'll waste 4 bytes by using 'unsigned long' > here, which I wouldn't like to do. > > Is it acceptable to use explicit type casting in set_bit() and friends? I'm afraid set_bit & friends are only defined on unsigned long. You can cast, but you may run into some nasty surprise... like damaging surrounding bytes on 64-bit architectures != x86_64. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html