[Harvey Harrison - Fri, Apr 18, 2008 at 09:54:38AM -0700]
| TF_MASK is no longer defined, use X86_EFLAGS_TF.
|
| Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
| ---
| In current -linus tree.
|
| arch/x86/kernel/kgdb.c | 4 ++--
| 1 files changed, 2 insertions(+), 2 deletions(-)
|
| diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c
| index 8c7e555..24362ec 100644
| --- a/arch/x86/kernel/kgdb.c
| +++ b/arch/x86/kernel/kgdb.c
| @@ -375,12 +375,12 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
| newPC = linux_regs->ip;
|
| /* clear the trace bit */
| - linux_regs->flags &= ~TF_MASK;
| + linux_regs->flags &= ~X86_EFLAGS_TF;
| atomic_set(&kgdb_cpu_doing_single_step, -1);
|
| /* set the trace bit if we're stepping */
| if (remcomInBuffer[0] == 's') {
| - linux_regs->flags |= TF_MASK;
| + linux_regs->flags |= X86_EFLAGS_TF;
| kgdb_single_step = 1;
| if (kgdb_contthread) {
| atomic_set(&kgdb_cpu_doing_single_step,
| --
| 1.5.5.144.g3e42
|
[OT]
----
Oh, false alarm - it's not my fault. My patches are not even merged in
mainline yet ;) Sorry for being flaming a bit
- Cyrill -
--
| Peter Zijlstra | [PATCH 6/6] sched: disabled rt-bandwidth by default |
| Tejun Heo | [PATCHSET] CUSE: implement CUSE |
| Nigel Cunningham | Re: Back to the future. |
| FUJITA Tomonori | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Junio C Hamano | [PATCH] combine-diff: reuse diff from the same blob. |
| Ken Pratt | pack operation is thrashing my server |
| Bill Lear | Question on git-filter-branch |
| Shawn O. Pearce | Re: [PATCH resend] make "git push" update origin and mirrors, "git push --mirror" ... |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Linden Varley | Load balancing with DSR |
| Parvinder Bhasin | BIND and CNAME-ing |
| Rogier Krieger | Re: Network Time Synchronization using timed or ntpd or a Combination? |
| kamal kc | using get_system_info() - obtaining system load averages |
| Tim Kientzle | Re: [PATCH] adding two new options to 'cp' |
| Kailas Ramasamy | Bridging console port to a telnet session |
| Vitaliy Skakun | Comtrol Rocketport UNIVERSAL PCI 32-port |
