From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 22 Mar 2011 20:16:38 -0700 Subject: [PATCH] ARM: Use asm-generic/sizes.h In-Reply-To: <00fc01cbe8f9$cd807640$688162c0$@mprc.pku.edu.cn> References: <1300751462-1494-1-git-send-email-sboyd@codeaurora.org> <201103220934.50435.arnd@arndb.de> <20110322092113.GB17264@n2100.arm.linux.org.uk> <201103221110.20861.arnd@arndb.de> <00ec01cbe897$2eed7210$8cc85630$@mprc.pku.edu.cn> <4D88ECE3.1070209@codeaurora.org> <00fc01cbe8f9$cd807640$688162c0$@mprc.pku.edu.cn> Message-ID: <4D896616.7070307@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/22/2011 06:29 PM, Guan Xuetao wrote: >> -----Original Message----- >> From: Stephen Boyd [mailto:sboyd at codeaurora.org] >> Sent: Wednesday, March 23, 2011 2:40 AM >> To: Guan Xuetao >> Cc: 'Arnd Bergmann'; linux-arm-kernel at lists.infradead.org; 'Russell King - ARM Linux'; linux-kernel at vger.kernel.org >> Subject: Re: [PATCH] ARM: Use asm-generic/sizes.h >> Ah, I didn't notice this part. SZ_48M is actually used by ARM code so >> that would need to be added to the generic header should we go with this >> patch. > IMO, the content of asm-generic/sizes.h should only include power-of-2 sizes definitions. > And SZ_48M could be replaced by (SZ_32M | SZ_16M) or (SZ_32M + SZ_16M), or added to arch-specific headers. > > I'm hoping that kbuild gets asm-generic support sometime soon so files with only a "#include " are generated instead of living in the tree. In that case I'd rather have the non power of 2 constants added to the generic sizes.h and be done with it. There isn't any strong technical reason to deny power of 2 constants from the generic header, right? Note: SH could also move to this if SZ_26M is put in the generic header. -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.