From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17238.52279.428407.411558@cargo.ozlabs.ibm.com> Date: Thu, 20 Oct 2005 08:44:07 +1000 From: Paul Mackerras To: Becky Bruce In-Reply-To: References: Cc: linuxppc64-dev@ozlabs.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc: merge types.h List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Becky Bruce writes: > This patch merges types.h into include/asm-powerpc. The only real changes > here are that umode_t has become short instead of int in the 64-bit case, > which appears to match what most other platforms have done. Ummm, isn't that an ABI change? We don't want to do that unless you're completely absolutely positively sure it couldn't possibly cause any userspace breakage. Regards, Paul.