|
|
Author: davej
Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv18284
Modified Files:
linux-2.6-crashdump-common.patch
Log Message:
build fix
linux-2.6-crashdump-common.patch:
Documentation/sysrq.txt | 8 +
arch/i386/kernel/nmi.c | 1
arch/i386/kernel/traps.c | 3
arch/i386/mm/init.c | 47 +++++++
arch/i386/mm/pgtable.c | 3
arch/ppc64/kernel/process.c | 1
arch/ppc64/kernel/traps.c | 3
arch/ppc64/mm/init.c | 29 ++++
arch/s390/kernel/traps.c | 6
arch/x86_64/kernel/process.c | 2
arch/x86_64/kernel/traps.c | 6
arch/x86_64/mm/fault.c | 1
arch/x86_64/mm/init.c | 33 +++++
drivers/char/sysrq.c | 13 +-
include/asm-generic/crashdump.h | 47 +++++++
include/asm-i386/crashdump.h | 123 ++++++++++++++++++++
include/asm-i386/kmap_types.h | 4
include/asm-ppc64/crashdump.h | 61 +++++++++
include/asm-x86_64/crashdump.h | 86 +++++++++++++
include/linux/kernel.h | 18 ++
kernel/Makefile | 2
kernel/dump.c | 246 ++++++++++++++++++++++++++++++++++++++++
kernel/panic.c | 3
kernel/printk.c | 20 +++
kernel/sched.c | 2
25 files changed, 763 insertions(+), 5 deletions(-)
Index: linux-2.6-crashdump-common.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6-crashdump-common.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-crashdump-common.patch 26 Aug 2005 06:53:13 -0000 1.1
+++ linux-2.6-crashdump-common.patch 26 Aug 2005 07:13:50 -0000 1.2
@@ -23,7 +23,7 @@
and will never arrive */
/* b */ &sysrq_reboot_op,
-/* c */ NULL,
-+/* c */ &sysrq_crashdump_op,
++/* c */ &sysrq_crash_op,
/* d */ NULL,
/* e */ &sysrq_term_op,
/* f */ &sysrq_moom_op,
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|