From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Thu, 24 May 2012 10:26:11 -0700 Subject: [PATCH] lib/decompress_unxz.c: removing all memory helper functions In-Reply-To: <1337875436-27640-1-git-send-email-tmac@hp.com> References: <1337875436-27640-1-git-send-email-tmac@hp.com> Message-ID: <1337880371.5070.24.camel@joe2Laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2012-05-24 at 10:03 -0600, T Makphaibulchoke wrote: > The patch cleans up the file lib/decompress_unxz.c by removing all memory > helper functions, e.g., memmove. By doing so, any architecture's preboot > environment supporting the XZ decompression needs to define its own copy of > any of the missing memory helper functions. Perhaps a silly question, but why not use the __builtin variants?