aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/boot/lib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10powerpc: Remove arch/ppc and include/asm-ppcPaul Mackerras1-23/+0
All the maintained platforms are now in arch/powerpc, so the old arch/ppc stuff can now go away. Acked-by: Adrian Bunk <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Becky Bruce <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Grant Likely <[email protected]> Acked-by: Jochen Friedrich <[email protected]> Acked-by: John Linn <[email protected]> Acked-by: Jon Loeliger <[email protected]> Acked-by: Josh Boyer <[email protected]> Acked-by: Kumar Gala <[email protected]> Acked-by: Olof Johansson <[email protected]> Acked-by: Peter Korsgaard <[email protected]> Acked-by: Scott Wood <[email protected]> Acked-by: Sean MacLennan <[email protected]> Acked-by: Segher Boessenkool <[email protected]> Acked-by: Stefan Roese <[email protected]> Acked-by: Stephen Neuendorffer <[email protected]> Acked-by: Wolfgang Denk <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2006-06-22[PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie1-1/+1
Upgrade the zlib_inflate implementation in the kernel from a patched version 1.1.3/4 to a patched 1.2.3. The code in the kernel is about seven years old and I noticed that the external zlib library's inflate performance was significantly faster (~50%) than the code in the kernel on ARM (and faster again on x86_32). For comparison the newer deflate code is 20% slower on ARM and 50% slower on x86_32 but gives an approx 1% compression ratio improvement. I don't consider this to be an improvement for kernel use so have no plans to change the zlib_deflate code. Various changes have been made to the zlib code in the kernel, the most significant being the extra functions/flush option used by ppp_deflate. This update reimplements the features PPP needs to ensure it continues to work. This code has been tested on ARM under both JFFS2 (with zlib compression enabled) and ppp_deflate and on x86_32. JFFS2 sees an approx. 10% real world file read speed improvement. This patch also removes ZLIB_VERSION as it no longer has a correct value. We don't need version checks anyway as the kernel's module handling will take care of that for us. This removal is also more in keeping with the zlib author's wishes (http://www.zlib.net/zlib_faq.html#faq24) and I've added something to the zlib.h header to note its a modified version. Signed-off-by: Richard Purdie <[email protected]> Acked-by: Joern Engel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-04-04kbuild: use relative path to -ISam Ravnborg1-1/+1
Using a relative path has the advantage that when the kernel source tree is moved the relevant .o files will not be rebuild just because the path to the kernel src has changed. This also got rid of a user of TOPDIR - which has been deprecated for a long time now. Signed-off-by: Sam Ravnborg <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+23
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!