The Perfect Patch
|
ÀÌ ¹®¼ÀÇ ÃÖ±Ù ¹öÀüÀº ´ÙÀ½ÀÇ À§Ä¡¿¡¼ ãÀ» ¼ö ÀÖ´Ù.
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
Another few #if/#ifdef cleanupds, this time for the PPC architecture.
Signed-off-by: <valdis.lketnieks@vt.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
25-akpm/arch/ppc/kernel/process.c | 2 +-
25-akpm/arch/ppc/platforms/85xx/mpc85xx_cds_common.c | 2 +-
25-akpm/arch/ppc/syslib/ppc85xx_setup.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
--- 25/arch/ppc/kernel/process.c
+++ 25/arch/ppc/kernel/process.c
@@ -667,7 +667,7 @@ void show_stack(struct tack_struct *tsk,
....
....
--- a/kernel/sched.c +++ b/kernel/sched.c
#!/bin/sh
strip1()
{
TMP=$(mktemp /tmp/XXXXXX)
cp $1 $TMP
sed -e '/^+/s/[ ]*$//' < $TMP > $1
rm $TMP
}
for i in $*
do
strip1 $i
done
https://savannah.nongnu.org/projects/quilt/ ÀÇ ÆÐÄ¡ °ü¸®Åøµµ À§ÀÇ ¸ðµç ºÎºÐÀ» ÇØ°áÇØ ÁØ´Ù.
See also DiffAndPatch
|
It is easier to run down a hill than up one. |










