diff options
Diffstat (limited to 'arch/blackfin/kernel/kgdb.c')
-rw-r--r-- | arch/blackfin/kernel/kgdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/kgdb.c b/arch/blackfin/kernel/kgdb.c index b795a207742c..1c5afaeb9504 100644 --- a/arch/blackfin/kernel/kgdb.c +++ b/arch/blackfin/kernel/kgdb.c | |||
@@ -105,7 +105,7 @@ void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs) | |||
105 | * Extracts ebp, esp and eip values understandable by gdb from the values | 105 | * Extracts ebp, esp and eip values understandable by gdb from the values |
106 | * saved by switch_to. | 106 | * saved by switch_to. |
107 | * thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp | 107 | * thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp |
108 | * prior to entering switch_to is 8 greater then the value that is saved. | 108 | * prior to entering switch_to is 8 greater than the value that is saved. |
109 | * If switch_to changes, change following code appropriately. | 109 | * If switch_to changes, change following code appropriately. |
110 | */ | 110 | */ |
111 | void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) | 111 | void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) |