From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thavatchai Makphaibulcboke Date: Fri, 01 Jun 2012 18:58:03 +0000 Subject: Re: [PATCH] lib/decompress_unxz.c: removing all memory helper functions Message-Id: <4FC910BB.7030908@hp.com> List-Id: References: <1337875436-27640-1-git-send-email-tmac@hp.com> <20120528070336.GM3377@game.jcrosoft.org> <4FC82D89.1040108@hp.com> <4FC83940.9010708@zytor.com> <4FC90C01.2060005@hp.com> <4FC90E00.7010100@zytor.com> In-Reply-To: <4FC90E00.7010100@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 06/01/2012 12:46 PM, H. Peter Anvin wrote: > > Well, the decompression stuff is under lib/ ... maybe lib/boot/ or > something like that... > > -hpa > > Thanks again for the comment. I thought of putting it under arch to separate it from the main line kernel to avoid any confusion. But if you think it is OK to put under lib/boot, that sounds good to me. Thanks, Mak.