From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 17 Dec 2004 18:13:21 +0100 From: Andi Kleen Subject: Re: [patch] kill off ARCH_HAS_ATOMIC_UNSIGNED Message-ID: <20041217171321.GH14229@wotan.suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org Return-Path: To: Dave Hansen Cc: linux-mm@kvack.org, ak@suse.de List-ID: > -#ifdef ARCH_HAS_ATOMIC_UNSIGNED > -typedef unsigned page_flags_t; > -#else > typedef unsigned long page_flags_t; > -#endif Better remove the type completely and use unsigned long in struct page. No need for typedefs when not needed. -Andi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org