The patch titled
arch/i386/kernel/traps.c: fix SYSFS=n compile
has been added to the -mm tree. Its filename is
sysfs-crash-debugging-fix.patch
Patches currently in -mm which might be from [EMAIL PROTECTED] are
areca-raid-linux-scsi-driver.patch
drivers-net-ne3210c-cleanups.patch
arch-ppc-kernel-ppc_ksymsc-remove-unused-define-export_symtab_strops.patch
more-vr4181-removal.patch
arch-sh64-kconfig-doesnt-need-its-own-log_buf_shift.patch
i386-fix-incorrect-tss-entry-for-ldt.patch
arch-cris-kconfigdebug-use-lib-kconfigdebug.patch
use-select-in-sound-isa-kconfig-fix.patch
fs-jbd-cleanups.patch
remove-register_ioctl32_conversion-and-unregister_ioctl32_conversion.patch
schedule-obsolete-oss-drivers-for-removal-version-2.patch
fs-kconfig-quota-help-text-updates.patch
jffs-jffs2-remove-wrong-function-prototypes.patch
arm26-one-g-is-enough-for-everyone.patch
remove-the-second-arg-of-do_timer_interrupt.patch
introduce-and-use-kzalloc-make-kcalloc-a-static-inline.patch
dlm-recovery-make-code-static.patch
dlm-build-fix.patch
kgdb-ga.patch
kgdb-x86_64-support.patch
sysfs-crash-debugging-fix.patch
video_bt848-remove-not-required-part-of-the-help-text.patch
fs-asfs-make-code-static.patch
reiser4-kconfig-help-cleanup.patch
fuse-device-functions.patch
fix-unusual-placement-of-inline-keyword-in-hpet.patch
merge-some-from-rustys-trivial-patches.patch
include-asm-arm26-hardirqh-remove-define-irq_enter.patch
remove-sound-oss-skeletonc.patch
include-asm-i386-extern-inline-static-inline.patch
include-linux-blkdevh-extern-inline-static-inline.patch
extern-inline-static-inline.patch
include-linux-bioh-extern-inline-static-inline.patch
drivers-net-irda-irportc-cleanups.patch
drivers-net-arcnet-possible-cleanups.patch
drivers-net-sk98lin-possible-cleanups.patch
drivers-cdrom-fix-up-schedule_timeout-usage-fix.patch
mm-mmapnommuc-several-unexports.patch
unexport-hugetlb_total_pages.patch
unexport-clear_page_dirty_for_io.patch
mm-filemapc-make-sync_page_range_nolock-static.patch
mm-filemapc-make-generic_file_direct_io-static.patch
mm-page_allocc-unexport-nr_swap_pages.patch
unexport-console_unblank.patch
mm-swapc-unexport-vm_acct_memory.patch
mm-swapfilec-unexport-total_swap_pages.patch
mm-swap_statec-unexport-swapper_space.patch
unexport-idle_cpu.patch
unexport-uts_sem.patch
__deprecated_for_modules-insert_resource.patch
__deprecated_for_modules-panic_timeout.patch
sound-oss-sequencer_syms-unexport-reprogram_timer.patch
From: Adrian Bunk <[EMAIL PROTECTED]>
arch/i386/kernel/built-in.o: In function `die':
: undefined reference to `last_sysfs_file'
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/i386/kernel/traps.c | 2 ++
1 files changed, 2 insertions(+)
diff -puN arch/i386/kernel/traps.c~sysfs-crash-debugging-fix
arch/i386/kernel/traps.c
--- devel/arch/i386/kernel/traps.c~sysfs-crash-debugging-fix 2005-08-22
15:51:00.000000000 -0700
+++ devel-akpm/arch/i386/kernel/traps.c 2005-08-22 15:51:00.000000000 -0700
@@ -370,7 +370,9 @@ void die(const char * str, struct pt_reg
#endif
if (nl)
printk("\n");
+#ifdef CONFIG_SYSFS
printk(KERN_ALERT "last sysfs file: %s\n", last_sysfs_file);
+#endif
#ifdef CONFIG_KGDB
/* This is about the only place we want to go to kgdb even if in
* user mode. But we must go in via a trap so within kgdb we will
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html