Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125439
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
--
1
arch/ia64/kernel/unaligned.c |    2 +-
arch/ia64/kernel/unaligned.c |    2 +-
2
1 files changed, 1 insertion(+), 1 deletion(-)
1
1 files changed, 1 insertion(+), 1 deletion(-)
3
-- linux-2.6.15.5.orig/arch/ia64/kernel/unaligned.c
2
++ linux-2.6.15.5/arch/ia64/kernel/unaligned.c
Lines 24-30 Link Here
24
#include <asm/uaccess.h>
24
#include <asm/uaccess.h>
25
#include <asm/unaligned.h>
25
#include <asm/unaligned.h>
26
26
27
extern void die_if_kernel(char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
27
extern void die_if_kernel(char *str, struct pt_regs *regs, long err);
28
28
29
#undef DEBUG_UNALIGNED_TRAP
29
#undef DEBUG_UNALIGNED_TRAP
30
30

Return to bug 125439