forked from luck/tmp_suning_uos_patched
Merge master.kernel.org:/home/rmk/linux-2.6-arm
This commit is contained in:
commit
7cfa132cd0
@ -97,6 +97,7 @@ static void __init jornada720_map_io(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(JORNADA720, "HP Jornada 720")
|
MACHINE_START(JORNADA720, "HP Jornada 720")
|
||||||
|
/* Maintainer: Michael Gernoth <michael@gernoth.net> */
|
||||||
.phys_ram = 0xc0000000,
|
.phys_ram = 0xc0000000,
|
||||||
.phys_io = 0x80000000,
|
.phys_io = 0x80000000,
|
||||||
.io_pg_offst = ((0xf8000000) >> 18) & 0xfffc,
|
.io_pg_offst = ((0xf8000000) >> 18) & 0xfffc,
|
||||||
|
@ -115,7 +115,7 @@ static int valid_kernel_stack(struct frame_tail *tail, struct pt_regs *regs)
|
|||||||
return (tailaddr > stack) && (tailaddr < stack_base);
|
return (tailaddr > stack) && (tailaddr < stack_base);
|
||||||
}
|
}
|
||||||
|
|
||||||
void arm_backtrace(struct pt_regs const *regs, unsigned int depth)
|
void arm_backtrace(struct pt_regs * const regs, unsigned int depth)
|
||||||
{
|
{
|
||||||
struct frame_tail *tail;
|
struct frame_tail *tail;
|
||||||
unsigned long last_address = 0;
|
unsigned long last_address = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user