Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 27922b4260f65d317aabda37e42bbbff > files > 470

kernel-2.6.18-238.el5.src.rpm


--- linux-2.6.17.noarch/Makefile~	2006-06-29 17:20:17.000000000 -0400
+++ linux-2.6.17.noarch/Makefile	2006-06-29 17:20:38.000000000 -0400
@@ -267,10 +267,6 @@ MAKEFLAGS += --include-dir=$(srctree)
 # We need some generic definitions
 include  $(srctree)/scripts/Kbuild.include
 
-# Do not use make's built-in rules and variables
-# This increases performance and avoid hard-to-debug behavour
-MAKEFLAGS += -rR
-
 # Make variables (CC, etc...)
 
 AS		= $(CROSS_COMPILE)as
--- linux-2.6.17.noarch/arch/ia64/kernel/ia64_ksyms.c~	2006-07-27 13:21:51.000000000 -0400
+++ linux-2.6.17.noarch/arch/ia64/kernel/ia64_ksyms.c	2006-07-27 13:22:03.000000000 -0400
@@ -42,6 +42,7 @@ EXPORT_SYMBOL(__do_clear_user);
 EXPORT_SYMBOL(__strlen_user);
 EXPORT_SYMBOL(__strncpy_from_user);
 EXPORT_SYMBOL(__strnlen_user);
+EXPORT_SYMBOL(copy_page);
 
 #define __KERNEL_SYSCALLS__
 #include <asm/unistd.h>