All of lore.kernel.org
 help / color / mirror / Atom feed
From: "bibo,mao" <bibo.mao@intel.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] ia64 enable trap code on slot 1
Date: Wed, 15 Nov 2006 01:16:19 +0000	[thread overview]
Message-ID: <455A6A63.1070908@intel.com> (raw)
In-Reply-To: <45592018.3040203@intel.com>

Luck, Tony wrote:
>> I think a comment here in break.h would be useful ... noting that
>> for JPROBE and KPROBE the low 12-bits are ignored.
> 
> I added a teeny comment ... so break.h diff looks like this.  Ok?
yes, it looks better and clearer with this comment.

thanks
bibo,mao
> 
> diff --git a/include/asm-ia64/break.h b/include/asm-ia64/break.h
> index 8167828..f034020 100644
> --- a/include/asm-ia64/break.h
> +++ b/include/asm-ia64/break.h
> @@ -12,8 +12,8 @@ #define _ASM_IA64_BREAK_H
>   * OS-specific debug break numbers:
>   */
>  #define __IA64_BREAK_KDB		0x80100
> -#define __IA64_BREAK_KPROBE		0x80200
> -#define __IA64_BREAK_JPROBE		0x80300
> +#define __IA64_BREAK_KPROBE		0x81000 /* .. 0x81fff */
> +#define __IA64_BREAK_JPROBE		0x82000
>  

      parent reply	other threads:[~2006-11-15  1:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14  1:47 [PATCH] ia64 enable trap code on slot 1 bibo,mao
2006-11-14 17:12 ` Luck, Tony
2006-11-14 17:41 ` Luck, Tony
2006-11-15  1:16 ` bibo,mao [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=455A6A63.1070908@intel.com \
    --to=bibo.mao@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.